#1D7E0E

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

Shades of Forest Green #1D7E0E

Tints of Forest Green #1D7E0E

Color information

#1D7E0E (or 0x1D7E0E) is unknown color: approx Forest Green. HEX triplet: 1D, 7E and 0E. RGB value is (29,126,14). Sum of RGB (Red+Green+Blue) = 29+126+14=169 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.16% from 169); Green value is 126 (49.61% from 255 or 74.56% from 169); Blue value is 14 (5.86% from 255 or 8.28% from 169); Max value from RGB is 126 - color contains mainly: green. Hex color #1D7E0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D7E0E is #E281F1. Grayscale: #545454. Windows color (decimal): -14844402 or 949789. OLE color: 949789.

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

Color convert

RGB2912614-
CMYK0.7700.890.51
HSL111.96º80%27.45%-
HSV(B)111.96º88.89%49.41%-
XYZ8.0515.212.93-
YUV84.2388.3688.61-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.16%
GREEN value IS 126 (49.61% from 255) = 74.56%
BLUE value IS 14 (5.86% from 255) = 8.28%
R=17.16%
G=74.56%
B=8.28%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal29126140.7700.890.51111.968027.45
Hex1D7EE4D0593370501b
Octal351761611501316316012033
Binary11101111111011101001101010110011100111110000101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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