#0D9228

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

Shades of Forest Green #0D9228

Tints of Forest Green #0D9228

Color information

#0D9228 (or 0x0D9228) is unknown color: approx Forest Green. HEX triplet: 0D, 92 and 28. RGB value is (13,146,40). Sum of RGB (Red+Green+Blue) = 13+146+40=199 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.53% from 199); Green value is 146 (57.42% from 255 or 73.37% from 199); Blue value is 40 (16.02% from 255 or 20.10% from 199); Max value from RGB is 146 - color contains mainly: green. Hex color #0D9228 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9228 is #F26DD7. Grayscale: #5E5E5E. Windows color (decimal): -15887832 or 2658829. OLE color: 2658829.

HSL color Cylindrical-coordinate representation of color #0D9228: hue angle of 132.18º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9228 is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.43.

Color convert

RGB1314640-
CMYK0.9100.730.43
HSL132.18º83.65%31.18%-
HSV(B)132.18º91.1%57.25%-
XYZ10.8320.85.45-
YUV94.1597.4470.12-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.53%
GREEN value IS 146 (57.42% from 255) = 73.37%
BLUE value IS 40 (16.02% from 255) = 20.10%
R=6.53%
G=73.37%
B=20.10%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13146400.9100.730.43132.1883.6531.18
HexD92285B0492B84541f
Octal152225013301115320412437
Binary11011001001010100010110110100100110101110000100101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,146,40); }

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

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

 a { background-color: rgb(13,146,40); }

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

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

 span { border-color: rgb(13,146,40); }

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