#1D6E10

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

Shades of Forest Green #1D6E10

Tints of Forest Green #1D6E10

Color information

#1D6E10 (or 0x1D6E10) is unknown color: approx Forest Green. HEX triplet: 1D, 6E and 10. RGB value is (29,110,16). Sum of RGB (Red+Green+Blue) = 29+110+16=155 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.71% from 155); Green value is 110 (43.36% from 255 or 70.97% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 110 - color contains mainly: green. Hex color #1D6E10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D6E10 is #E291EF. Grayscale: #4B4B4B. Windows color (decimal): -14848496 or 1076765. OLE color: 1076765.

HSL color Cylindrical-coordinate representation of color #1D6E10: hue angle of 111.7º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D6E10 is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.57.

Color convert

RGB2911016-
CMYK0.7400.850.57
HSL111.7º74.6%24.71%-
HSV(B)111.7º85.45%43.14%-
XYZ6.1811.452.37-
YUV75.0694.6695.14-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.71%
GREEN value IS 110 (43.36% from 255) = 70.97%
BLUE value IS 16 (6.64% from 255) = 10.32%
R=18.71%
G=70.97%
B=10.32%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal29110160.7400.850.57111.774.624.71
Hex1D6E104A05539704b19
Octal351562011201257116011331
Binary111011101110100001001010010101011110011110000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,110,16); }

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

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

 a { background-color: rgb(29,110,16); }

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

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

 span { border-color: rgb(29,110,16); }

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