#1D730D

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

Shades of Forest Green #1D730D

Tints of Forest Green #1D730D

Color information

#1D730D (or 0x1D730D) is unknown color: approx Forest Green. HEX triplet: 1D, 73 and 0D. RGB value is (29,115,13). Sum of RGB (Red+Green+Blue) = 29+115+13=157 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.47% from 157); Green value is 115 (45.31% from 255 or 73.25% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 115 - color contains mainly: green. Hex color #1D730D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D730D is #E28CF2. Grayscale: #4D4D4D. Windows color (decimal): -14847219 or 881437. OLE color: 881437.

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

Color convert

RGB2911513-
CMYK0.7500.890.55
HSL110.59º79.69%25.1%-
HSV(B)110.59º88.7%45.1%-
XYZ6.7112.552.45-
YUV77.6691.5193.29-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.47%
GREEN value IS 115 (45.31% from 255) = 73.25%
BLUE value IS 13 (5.47% from 255) = 8.28%
R=18.47%
G=73.25%
B=8.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal29115130.7500.890.55110.5979.6925.1
Hex1D73D4B059376f5019
Octal351631511301316715712031
Binary11101111001111011001011010110011101111101111101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D730D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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