#1D720F

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

Shades of Forest Green #1D720F

Tints of Forest Green #1D720F

Color information

#1D720F (or 0x1D720F) is unknown color: approx Forest Green. HEX triplet: 1D, 72 and 0F. RGB value is (29,114,15). Sum of RGB (Red+Green+Blue) = 29+114+15=158 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.35% from 158); Green value is 114 (44.92% from 255 or 72.15% from 158); Blue value is 15 (6.25% from 255 or 9.49% from 158); Max value from RGB is 114 - color contains mainly: green. Hex color #1D720F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D720F is #E28DF0. Grayscale: #4D4D4D. Windows color (decimal): -14847473 or 1012253. OLE color: 1012253.

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

Color convert

RGB2911415-
CMYK0.7500.870.55
HSL111.52º76.74%25.29%-
HSV(B)111.52º86.84%44.71%-
XYZ6.6112.332.48-
YUV77.392.8493.55-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.35%
GREEN value IS 114 (44.92% from 255) = 72.15%
BLUE value IS 15 (6.25% from 255) = 9.49%
R=18.35%
G=72.15%
B=9.49%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal29114150.7500.870.55111.5276.7425.29
Hex1D72F4B05737704d19
Octal351621711301276716011531
Binary11101111001011111001011010101111101111110000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D720F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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