#1DAA1E

Color #1DAA1E Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #1DAA1E

Tints of Forest Green #1DAA1E

Color information

#1DAA1E (or 0x1DAA1E) is unknown color: approx Forest Green. HEX triplet: 1D, AA and 1E. RGB value is (29,170,30). Sum of RGB (Red+Green+Blue) = 29+170+30=229 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.66% from 229); Green value is 170 (66.80% from 255 or 74.24% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 170 - color contains mainly: green. Hex color #1DAA1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DAA1E is #E255E1. Grayscale: #707070. Windows color (decimal): -14833122 or 2009629. OLE color: 2009629.

HSL color Cylindrical-coordinate representation of color #1DAA1E: hue angle of 120.43º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAA1E is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB2917030-
CMYK0.8300.820.33
HSL120.43º70.85%39.02%-
HSV(B)120.43º82.94%66.67%-
XYZ15.1229.16.05-
YUV111.8881.7968.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 29 (11.72% from 255) = 12.66%
GREEN value IS 170 (66.80% from 255) = 74.24%
BLUE value IS 30 (12.11% from 255) = 13.10%
R=12.66%
G=74.24%
B=13.10%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal29170300.8300.820.33120.4370.8539.02
Hex1DAA1E5305221784727
Octal352523612301224117010747
Binary11101101010101111010100110101001010000111110001000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DAA1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1DAA1E; }

 p { color: rgb(29,170,30); }

 H1.HeaderClassName
 {
   color: #1DAA1E;
 }
 .AnyTagClassName
 {
   color: #1DAA1E;
 }
</style>
background-color css

<style>
 a { background-color: #1DAA1E; }

 a { background-color: rgb(29,170,30); }

 div.DivClassName
 {
   background-color: #1DAA1E;
 }
 .BgClassName
 {
   background-color: #1DAA1E;
 }
</style>
border-color css

<style>
 span { border-color: #1DAA1E; }

 span { border-color: rgb(29,170,30); }

 td.TdClassName
 {
   border-color: #1DAA1E;
 }
 .TagClassName
 {
   border-color: #1DAA1E;
 }
</style>