#1DA218

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

Shades of Forest Green #1DA218

Tints of Forest Green #1DA218

Color information

#1DA218 (or 0x1DA218) is unknown color: approx Forest Green. HEX triplet: 1D, A2 and 18. RGB value is (29,162,24). Sum of RGB (Red+Green+Blue) = 29+162+24=215 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.49% from 215); Green value is 162 (63.67% from 255 or 75.35% from 215); Blue value is 24 (9.77% from 255 or 11.16% from 215); Max value from RGB is 162 - color contains mainly: green. Hex color #1DA218 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA218 is #E25DE7. Grayscale: #6A6A6A. Windows color (decimal): -14835176 or 1614365. OLE color: 1614365.

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

Color convert

RGB2916224-
CMYK0.8200.850.36
HSL117.83º74.19%36.47%-
HSV(B)117.83º85.19%63.53%-
XYZ13.5926.175.2-
YUV106.581.4472.72-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.49%
GREEN value IS 162 (63.67% from 255) = 75.35%
BLUE value IS 24 (9.77% from 255) = 11.16%
R=13.49%
G=75.35%
B=11.16%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal29162240.8200.850.36117.8374.1936.47
Hex1DA2185205524764a24
Octal352423012201254416611244
Binary11101101000101100010100100101010110010011101101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DA218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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