#1DA21A

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

Shades of Forest Green #1DA21A

Tints of Forest Green #1DA21A

Color information

#1DA21A (or 0x1DA21A) is unknown color: approx Forest Green. HEX triplet: 1D, A2 and 1A. RGB value is (29,162,26). Sum of RGB (Red+Green+Blue) = 29+162+26=217 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.36% from 217); Green value is 162 (63.67% from 255 or 74.65% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 162 - color contains mainly: green. Hex color #1DA21A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA21A is #E25DE5. Grayscale: #6B6B6B. Windows color (decimal): -14835174 or 1745437. OLE color: 1745437.

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

Color convert

RGB2916226-
CMYK0.8200.840.36
HSL118.68º72.34%36.86%-
HSV(B)118.68º83.95%63.53%-
XYZ13.6126.185.31-
YUV106.7382.4472.56-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.36%
GREEN value IS 162 (63.67% from 255) = 74.65%
BLUE value IS 26 (10.55% from 255) = 11.98%
R=13.36%
G=74.65%
B=11.98%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal29162260.8200.840.36118.6872.3436.86
Hex1DA21A5205424774825
Octal352423212201244416711045
Binary11101101000101101010100100101010010010011101111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DA21A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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