#0D7F21

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

Shades of Forest Green #0D7F21

Tints of Forest Green #0D7F21

Color information

#0D7F21 (or 0x0D7F21) is unknown color: approx Forest Green. HEX triplet: 0D, 7F and 21. RGB value is (13,127,33). Sum of RGB (Red+Green+Blue) = 13+127+33=173 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.51% from 173); Green value is 127 (50% from 255 or 73.41% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 127 - color contains mainly: green. Hex color #0D7F21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7F21 is #F280DE. Grayscale: #525252. Windows color (decimal): -15892703 or 2195213. OLE color: 2195213.

HSL color Cylindrical-coordinate representation of color #0D7F21: hue angle of 130.53º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D7F21 is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.50.

Color convert

RGB1312733-
CMYK0.9000.740.50
HSL130.53º81.43%27.45%-
HSV(B)130.53º89.76%49.8%-
XYZ8.0315.373.98-
YUV82.2100.2378.64-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.51%
GREEN value IS 127 (50% from 255) = 73.41%
BLUE value IS 33 (13.28% from 255) = 19.08%
R=7.51%
G=73.41%
B=19.08%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal13127330.9000.740.50130.5381.4327.45
HexD7F215A04A3283511b
Octal151774113201126220312133
Binary1101111111110000110110100100101011001010000011101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,127,33); }

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

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

 a { background-color: rgb(13,127,33); }

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

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

 span { border-color: rgb(13,127,33); }

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