#1DAC11

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

Shades of Forest Green #1DAC11

Tints of Forest Green #1DAC11

Color information

#1DAC11 (or 0x1DAC11) is unknown color: approx Forest Green. HEX triplet: 1D, AC and 11. RGB value is (29,172,17). Sum of RGB (Red+Green+Blue) = 29+172+17=218 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.30% from 218); Green value is 172 (67.58% from 255 or 78.90% from 218); Blue value is 17 (7.03% from 255 or 7.80% from 218); Max value from RGB is 172 - color contains mainly: green. Hex color #1DAC11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DAC11 is #E253EE. Grayscale: #707070. Windows color (decimal): -14832623 or 1158173. OLE color: 1158173.

HSL color Cylindrical-coordinate representation of color #1DAC11: hue angle of 115.35º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1DAC11 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB2917217-
CMYK0.8300.900.33
HSL115.35º82.01%37.06%-
HSV(B)115.35º90.12%67.45%-
XYZ15.3629.815.47-
YUV111.5774.6269.1-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.30%
GREEN value IS 172 (67.58% from 255) = 78.90%
BLUE value IS 17 (7.03% from 255) = 7.80%
R=13.30%
G=78.90%
B=7.80%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal29172170.8300.900.33115.3582.0137.06
Hex1DAC115305A21735225
Octal352542112301324116312245
Binary11101101011001000110100110101101010000111100111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DAC11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,172,17); }

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

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

 a { background-color: rgb(29,172,17); }

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

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

 span { border-color: rgb(29,172,17); }

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