#1D711B

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

Shades of Forest Green #1D711B

Tints of Forest Green #1D711B

Color information

#1D711B (or 0x1D711B) is unknown color: approx Forest Green. HEX triplet: 1D, 71 and 1B. RGB value is (29,113,27). Sum of RGB (Red+Green+Blue) = 29+113+27=169 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.16% from 169); Green value is 113 (44.53% from 255 or 66.86% from 169); Blue value is 27 (10.94% from 255 or 15.98% from 169); Max value from RGB is 113 - color contains mainly: green. Hex color #1D711B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D711B is #E28EE4. Grayscale: #4E4E4E. Windows color (decimal): -14847717 or 1798429. OLE color: 1798429.

HSL color Cylindrical-coordinate representation of color #1D711B: hue angle of 118.6º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D711B is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB2911327-
CMYK0.7400.760.56
HSL118.6º61.43%27.45%-
HSV(B)118.6º76.11%44.31%-
XYZ6.6112.153.03-
YUV78.0899.1792.99-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.16%
GREEN value IS 113 (44.53% from 255) = 66.86%
BLUE value IS 27 (10.94% from 255) = 15.98%
R=17.16%
G=66.86%
B=15.98%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal29113270.7400.760.56118.661.4327.45
Hex1D711B4A04C38773d1b
Octal35161331120114701677533
Binary11101111000111011100101001001100111000111011111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D711B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,113,27); }

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

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

 a { background-color: rgb(29,113,27); }

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

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

 span { border-color: rgb(29,113,27); }

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