#1DA612

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

Shades of Forest Green #1DA612

Tints of Forest Green #1DA612

Color information

#1DA612 (or 0x1DA612) is unknown color: approx Forest Green. HEX triplet: 1D, A6 and 12. RGB value is (29,166,18). Sum of RGB (Red+Green+Blue) = 29+166+18=213 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.62% from 213); Green value is 166 (65.23% from 255 or 77.93% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 166 - color contains mainly: green. Hex color #1DA612 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA612 is #E259ED. Grayscale: #6C6C6C. Windows color (decimal): -14834158 or 1222173. OLE color: 1222173.

HSL color Cylindrical-coordinate representation of color #1DA612: hue angle of 115.54º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DA612 is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB2916618-
CMYK0.8300.890.35
HSL115.54º80.43%36.08%-
HSV(B)115.54º89.16%65.1%-
XYZ14.2527.585.14-
YUV108.1677.1171.53-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.62%
GREEN value IS 166 (65.23% from 255) = 77.93%
BLUE value IS 18 (7.42% from 255) = 8.45%
R=13.62%
G=77.93%
B=8.45%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal29166180.8300.890.35115.5480.4336.08
Hex1DA6125305923745024
Octal352462212301314316412044
Binary11101101001101001010100110101100110001111101001010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DA612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,166,18); }

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

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

 a { background-color: rgb(29,166,18); }

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

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

 span { border-color: rgb(29,166,18); }

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