#1D7E11

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

Shades of Forest Green #1D7E11

Tints of Forest Green #1D7E11

Color information

#1D7E11 (or 0x1D7E11) is unknown color: approx Forest Green. HEX triplet: 1D, 7E and 11. RGB value is (29,126,17). Sum of RGB (Red+Green+Blue) = 29+126+17=172 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.86% from 172); Green value is 126 (49.61% from 255 or 73.26% from 172); Blue value is 17 (7.03% from 255 or 9.88% from 172); Max value from RGB is 126 - color contains mainly: green. Hex color #1D7E11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D7E11 is #E281EE. Grayscale: #545454. Windows color (decimal): -14844399 or 1146397. OLE color: 1146397.

HSL color Cylindrical-coordinate representation of color #1D7E11: hue angle of 113.39º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D7E11 is Cyan = 0.77, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.51.

Color convert

RGB2912617-
CMYK0.7700.870.51
HSL113.39º76.22%28.04%-
HSV(B)113.39º86.51%49.41%-
XYZ8.0715.223.04-
YUV84.5789.8688.36-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.86%
GREEN value IS 126 (49.61% from 255) = 73.26%
BLUE value IS 17 (7.03% from 255) = 9.88%
R=16.86%
G=73.26%
B=9.88%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal29126170.7700.870.51113.3976.2228.04
Hex1D7E114D05733714c1c
Octal351762111501276316111434
Binary111011111110100011001101010101111100111110001100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,126,17); }

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

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

 a { background-color: rgb(29,126,17); }

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

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

 span { border-color: rgb(29,126,17); }

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