#1D7D0D

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

Shades of Forest Green #1D7D0D

Tints of Forest Green #1D7D0D

Color information

#1D7D0D (or 0x1D7D0D) is unknown color: approx Forest Green. HEX triplet: 1D, 7D and 0D. RGB value is (29,125,13). Sum of RGB (Red+Green+Blue) = 29+125+13=167 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.37% from 167); Green value is 125 (49.22% from 255 or 74.85% from 167); Blue value is 13 (5.47% from 255 or 7.78% from 167); Max value from RGB is 125 - color contains mainly: green. Hex color #1D7D0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D7D0D is #E282F2. Grayscale: #535353. Windows color (decimal): -14844659 or 883997. OLE color: 883997.

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

Color convert

RGB2912513-
CMYK0.7700.900.51
HSL111.43º81.16%27.06%-
HSV(B)111.43º89.6%49.02%-
XYZ7.9114.962.85-
YUV83.5388.289.11-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.37%
GREEN value IS 125 (49.22% from 255) = 74.85%
BLUE value IS 13 (5.47% from 255) = 7.78%
R=17.37%
G=74.85%
B=7.78%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal29125130.7700.900.51111.4381.1627.06
Hex1D7DD4D05A336f511b
Octal351751511501326315712133
Binary11101111110111011001101010110101100111101111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,125,13); }

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

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

 a { background-color: rgb(29,125,13); }

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

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

 span { border-color: rgb(29,125,13); }

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