#1D710F

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

Shades of Forest Green #1D710F

Tints of Forest Green #1D710F

Color information

#1D710F (or 0x1D710F) is unknown color: approx Forest Green. HEX triplet: 1D, 71 and 0F. RGB value is (29,113,15). Sum of RGB (Red+Green+Blue) = 29+113+15=157 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.47% from 157); Green value is 113 (44.53% from 255 or 71.97% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 113 - color contains mainly: green. Hex color #1D710F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D710F is #E28EF0. Grayscale: #4D4D4D. Windows color (decimal): -14847729 or 1011997. OLE color: 1011997.

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

Color convert

RGB2911315-
CMYK0.7400.870.56
HSL111.43º76.56%25.1%-
HSV(B)111.43º86.73%44.31%-
XYZ6.512.112.45-
YUV76.7193.1793.97-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.47%
GREEN value IS 113 (44.53% from 255) = 71.97%
BLUE value IS 15 (6.25% from 255) = 9.55%
R=18.47%
G=71.97%
B=9.55%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal29113150.7400.870.56111.4376.5625.1
Hex1D71F4A057386f4d19
Octal351611711201277015711531
Binary11101111000111111001010010101111110001101111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D710F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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