#1D8D0A

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

Shades of Forest Green #1D8D0A

Tints of Forest Green #1D8D0A

Color information

#1D8D0A (or 0x1D8D0A) is unknown color: approx Forest Green. HEX triplet: 1D, 8D and 0A. RGB value is (29,141,10). Sum of RGB (Red+Green+Blue) = 29+141+10=180 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.11% from 180); Green value is 141 (55.47% from 255 or 78.33% from 180); Blue value is 10 (4.30% from 255 or 5.56% from 180); Max value from RGB is 141 - color contains mainly: green. Hex color #1D8D0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D8D0A is #E272F5. Grayscale: #5C5C5C. Windows color (decimal): -14840566 or 691485. OLE color: 691485.

HSL color Cylindrical-coordinate representation of color #1D8D0A: hue angle of 111.3º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D8D0A is Cyan = 0.79, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.45.

Color convert

RGB2914110-
CMYK0.7900.930.45
HSL111.3º86.75%29.61%-
HSV(B)111.3º92.91%55.29%-
XYZ10.0919.333.49-
YUV92.5881.3982.65-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.11%
GREEN value IS 141 (55.47% from 255) = 78.33%
BLUE value IS 10 (4.30% from 255) = 5.56%
R=16.11%
G=78.33%
B=5.56%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal29141100.7900.930.45111.386.7529.61
Hex1D8DA4F05D2D6f571e
Octal352151211701355515712736
Binary111011000110110101001111010111011011011101111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,141,10); }

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

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

 a { background-color: rgb(29,141,10); }

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

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

 span { border-color: rgb(29,141,10); }

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