#0D9922

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

Shades of Forest Green #0D9922

Tints of Forest Green #0D9922

Color information

#0D9922 (or 0x0D9922) is unknown color: approx Forest Green. HEX triplet: 0D, 99 and 22. RGB value is (13,153,34). Sum of RGB (Red+Green+Blue) = 13+153+34=200 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.5% from 200); Green value is 153 (60.16% from 255 or 76.5% from 200); Blue value is 34 (13.67% from 255 or 17% from 200); Max value from RGB is 153 - color contains mainly: green. Hex color #0D9922 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9922 is #F266DD. Grayscale: #616161. Windows color (decimal): -15886046 or 2267405. OLE color: 2267405.

HSL color Cylindrical-coordinate representation of color #0D9922: hue angle of 129º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9922 is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.4.

Color convert

RGB1315334-
CMYK0.9200.780.4
HSL129º84.34%32.55%-
HSV(B)129º91.5%60%-
XYZ11.8522.985.33-
YUV97.5792.1267.68-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.5%
GREEN value IS 153 (60.16% from 255) = 76.5%
BLUE value IS 34 (13.67% from 255) = 17%
R=6.5%
G=76.5%
B=17%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal13153340.9200.780.412984.3432.55
HexD99225C04E28815421
Octal152314213401165020112441
Binary110110011001100010101110001001110101000100000011010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,153,34); }

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

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

 a { background-color: rgb(13,153,34); }

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

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

 span { border-color: rgb(13,153,34); }

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