#0D771F

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

Shades of Forest Green #0D771F

Tints of Forest Green #0D771F

Color information

#0D771F (or 0x0D771F) is unknown color: approx Forest Green. HEX triplet: 0D, 77 and 1F. RGB value is (13,119,31). Sum of RGB (Red+Green+Blue) = 13+119+31=163 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.98% from 163); Green value is 119 (46.88% from 255 or 73.01% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 119 - color contains mainly: green. Hex color #0D771F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D771F is #F288E0. Grayscale: #4D4D4D. Windows color (decimal): -15894753 or 2062093. OLE color: 2062093.

HSL color Cylindrical-coordinate representation of color #0D771F: hue angle of 130.19º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D771F is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB1311931-
CMYK0.8900.740.53
HSL130.19º80.3%25.88%-
HSV(B)130.19º89.08%46.67%-
XYZ7.0113.383.51-
YUV77.27101.8882.16-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.98%
GREEN value IS 119 (46.88% from 255) = 73.01%
BLUE value IS 31 (12.5% from 255) = 19.02%
R=7.98%
G=73.01%
B=19.02%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal13119310.8900.740.53130.1980.325.88
HexD771F5904A3582501a
Octal151673713101126520212032
Binary110111101111111110110010100101011010110000010101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D771F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D771F; }

 p { color: rgb(13,119,31); }

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

<style>
 a { background-color: #0D771F; }

 a { background-color: rgb(13,119,31); }

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

<style>
 span { border-color: #0D771F; }

 span { border-color: rgb(13,119,31); }

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