#1DA21E

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

Shades of Forest Green #1DA21E

Tints of Forest Green #1DA21E

Color information

#1DA21E (or 0x1DA21E) is unknown color: approx Forest Green. HEX triplet: 1D, A2 and 1E. RGB value is (29,162,30). Sum of RGB (Red+Green+Blue) = 29+162+30=221 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.12% from 221); Green value is 162 (63.67% from 255 or 73.30% from 221); Blue value is 30 (12.11% from 255 or 13.57% from 221); Max value from RGB is 162 - color contains mainly: green. Hex color #1DA21E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA21E is #E25DE1. Grayscale: #6B6B6B. Windows color (decimal): -14835170 or 2007581. OLE color: 2007581.

HSL color Cylindrical-coordinate representation of color #1DA21E: hue angle of 120.45º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA21E is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB2916230-
CMYK0.8200.810.36
HSL120.45º69.63%37.45%-
HSV(B)120.45º82.1%63.53%-
XYZ13.6626.25.56-
YUV107.1884.4472.23-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.12%
GREEN value IS 162 (63.67% from 255) = 73.30%
BLUE value IS 30 (12.11% from 255) = 13.57%
R=13.12%
G=73.30%
B=13.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal29162300.8200.810.36120.4569.6337.45
Hex1DA21E5205124784625
Octal352423612201214417010645
Binary11101101000101111010100100101000110010011110001000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DA21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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