#1D900A

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

Shades of Forest Green #1D900A

Tints of Forest Green #1D900A

Color information

#1D900A (or 0x1D900A) is unknown color: approx Forest Green. HEX triplet: 1D, 90 and 0A. RGB value is (29,144,10). Sum of RGB (Red+Green+Blue) = 29+144+10=183 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.85% from 183); Green value is 144 (56.64% from 255 or 78.69% from 183); Blue value is 10 (4.30% from 255 or 5.46% from 183); Max value from RGB is 144 - color contains mainly: green. Hex color #1D900A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D900A is #E26FF5. Grayscale: #5E5E5E. Windows color (decimal): -14839798 or 692253. OLE color: 692253.

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

Color convert

RGB2914410-
CMYK0.8000.930.44
HSL111.49º87.01%30.2%-
HSV(B)111.49º93.06%56.47%-
XYZ10.5320.233.64-
YUV94.3480.481.4-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.85%
GREEN value IS 144 (56.64% from 255) = 78.69%
BLUE value IS 10 (4.30% from 255) = 5.46%
R=15.85%
G=78.69%
B=5.46%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal29144100.8000.930.44111.4987.0130.2
Hex1D90A5005D2C6f571e
Octal352201212001355415712736
Binary111011001000010101010000010111011011001101111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D900A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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