#1DA210

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

Shades of Forest Green #1DA210

Tints of Forest Green #1DA210

Color information

#1DA210 (or 0x1DA210) is unknown color: approx Forest Green. HEX triplet: 1D, A2 and 10. RGB value is (29,162,16). Sum of RGB (Red+Green+Blue) = 29+162+16=207 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.01% from 207); Green value is 162 (63.67% from 255 or 78.26% from 207); Blue value is 16 (6.64% from 255 or 7.73% from 207); Max value from RGB is 162 - color contains mainly: green. Hex color #1DA210 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA210 is #E25DEF. Grayscale: #6A6A6A. Windows color (decimal): -14835184 or 1090077. OLE color: 1090077.

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

Color convert

RGB2916216-
CMYK0.8200.900.36
HSL114.66º82.02%34.9%-
HSV(B)114.66º90.12%63.53%-
XYZ13.5226.144.82-
YUV105.5977.4473.37-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.01%
GREEN value IS 162 (63.67% from 255) = 78.26%
BLUE value IS 16 (6.64% from 255) = 7.73%
R=14.01%
G=78.26%
B=7.73%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal29162160.8200.900.36114.6682.0234.9
Hex1DA2105205A24735223
Octal352422012201324416312243
Binary11101101000101000010100100101101010010011100111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DA210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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