#0D9D20

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

Shades of Forest Green #0D9D20

Tints of Forest Green #0D9D20

Color information

#0D9D20 (or 0x0D9D20) is unknown color: approx Forest Green. HEX triplet: 0D, 9D and 20. RGB value is (13,157,32). Sum of RGB (Red+Green+Blue) = 13+157+32=202 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.44% from 202); Green value is 157 (61.72% from 255 or 77.72% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 157 - color contains mainly: green. Hex color #0D9D20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9D20 is #F262DF. Grayscale: #646464. Windows color (decimal): -15885024 or 2137357. OLE color: 2137357.

HSL color Cylindrical-coordinate representation of color #0D9D20: hue angle of 127.92º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9D20 is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB1315732-
CMYK0.9200.800.38
HSL127.92º84.71%33.33%-
HSV(B)127.92º91.72%61.57%-
XYZ12.4824.35.4-
YUV99.6989.7966.16-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.44%
GREEN value IS 157 (61.72% from 255) = 77.72%
BLUE value IS 32 (12.89% from 255) = 15.84%
R=6.44%
G=77.72%
B=15.84%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal13157320.9200.800.38127.9284.7133.33
HexD9D205C05026805521
Octal152354013401204620012541
Binary110110011101100000101110001010000100110100000001010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,157,32); }

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

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

 a { background-color: rgb(13,157,32); }

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

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

 span { border-color: rgb(13,157,32); }

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