#0D9128

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

Shades of Forest Green #0D9128

Tints of Forest Green #0D9128

Color information

#0D9128 (or 0x0D9128) is unknown color: approx Forest Green. HEX triplet: 0D, 91 and 28. RGB value is (13,145,40). Sum of RGB (Red+Green+Blue) = 13+145+40=198 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.57% from 198); Green value is 145 (57.03% from 255 or 73.23% from 198); Blue value is 40 (16.02% from 255 or 20.20% from 198); Max value from RGB is 145 - color contains mainly: green. Hex color #0D9128 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9128 is #F26ED7. Grayscale: #5D5D5D. Windows color (decimal): -15888088 or 2658573. OLE color: 2658573.

HSL color Cylindrical-coordinate representation of color #0D9128: hue angle of 132.27º 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 #0D9128 is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB1314540-
CMYK0.9100.720.43
HSL132.27º83.54%30.98%-
HSV(B)132.27º91.03%56.86%-
XYZ10.6720.495.4-
YUV93.5697.7770.54-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.57%
GREEN value IS 145 (57.03% from 255) = 73.23%
BLUE value IS 40 (16.02% from 255) = 20.20%
R=6.57%
G=73.23%
B=20.20%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13145400.9100.720.43132.2783.5430.98
HexD91285B0482B84541f
Octal152215013301105320412437
Binary11011001000110100010110110100100010101110000100101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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