#1d880c

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

Shades of Forest Green #1D880C

Tints of Forest Green #1D880C

Color information

#1D880C (or 0x1D880C) is unknown color: approx Forest Green. HEX triplet: 1D, 88 and 0C. RGB value is (29,136,12). Sum of RGB (Red+Green+Blue) = 29+136+12=177 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.38% from 177); Green value is 136 (53.52% from 255 or 76.84% from 177); Blue value is 12 (5.08% from 255 or 6.78% from 177); Max value from RGB is 136 - color contains mainly: green. Hex color #1D880C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D880C is #E277F3. Grayscale: #5A5A5A. Windows color (decimal): -14841844 or 821277. OLE color: 821277.

HSL color Cylindrical-coordinate representation of color #1D880C: hue angle of 111.77º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1D880C is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB2913612-
CMYK0.7900.910.47
HSL111.77º83.78%29.02%-
HSV(B)111.77º91.18%53.33%-
XYZ9.3817.93.31-
YUV89.8784.0584.58-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.38%
GREEN value IS 136 (53.52% from 255) = 76.84%
BLUE value IS 12 (5.08% from 255) = 6.78%
R=16.38%
G=76.84%
B=6.78%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal29136120.7900.910.47111.7783.7829.02
Hex1D88C4F05B2F70541d
Octal352101411701335716012435
Binary111011000100011001001111010110111011111110000101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1d880c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,136,12); }

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

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

 a { background-color: rgb(29,136,12); }

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

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

 span { border-color: rgb(29,136,12); }

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