#0D9018

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

Shades of Forest Green #0D9018

Tints of Forest Green #0D9018

Color information

#0D9018 (or 0x0D9018) is unknown color: approx Forest Green. HEX triplet: 0D, 90 and 18. RGB value is (13,144,24). Sum of RGB (Red+Green+Blue) = 13+144+24=181 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.18% from 181); Green value is 144 (56.64% from 255 or 79.56% from 181); Blue value is 24 (9.77% from 255 or 13.26% from 181); Max value from RGB is 144 - color contains mainly: green. Hex color #0D9018 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D9018 is #F26FE7. Grayscale: #5B5B5B. Windows color (decimal): -15888360 or 1609741. OLE color: 1609741.

HSL color Cylindrical-coordinate representation of color #0D9018: hue angle of 125.04º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9018 is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB1314424-
CMYK0.9100.830.44
HSL125.04º83.44%30.78%-
HSV(B)125.04º90.97%56.47%-
XYZ10.320.14.2-
YUV91.1590.172.26-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.18%
GREEN value IS 144 (56.64% from 255) = 79.56%
BLUE value IS 24 (9.77% from 255) = 13.26%
R=7.18%
G=79.56%
B=13.26%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13144240.9100.830.44125.0483.4430.78
HexD90185B0532C7d531f
Octal152203013301235417512337
Binary110110010000110001011011010100111011001111101101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,144,24); }

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

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

 a { background-color: rgb(13,144,24); }

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

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

 span { border-color: rgb(13,144,24); }

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