#0D8D13

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

Shades of Forest Green #0D8D13

Tints of Forest Green #0D8D13

Color information

#0D8D13 (or 0x0D8D13) is unknown color: approx Forest Green. HEX triplet: 0D, 8D and 13. RGB value is (13,141,19). Sum of RGB (Red+Green+Blue) = 13+141+19=173 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.51% from 173); Green value is 141 (55.47% from 255 or 81.50% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 141 - color contains mainly: green. Hex color #0D8D13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D8D13 is #F272EC. Grayscale: #595959. Windows color (decimal): -15889133 or 1281293. OLE color: 1281293.

HSL color Cylindrical-coordinate representation of color #0D8D13: hue angle of 122.81º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8D13 is Cyan = 0.91, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.45.

Color convert

RGB1314119-
CMYK0.9100.870.45
HSL122.81º83.12%30.2%-
HSV(B)122.81º90.78%55.29%-
XYZ9.8119.183.8-
YUV88.8288.5973.92-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.51%
GREEN value IS 141 (55.47% from 255) = 81.50%
BLUE value IS 19 (7.81% from 255) = 10.98%
R=7.51%
G=81.50%
B=10.98%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13141190.9100.870.45122.8183.1230.2
HexD8D135B0572D7b531e
Octal152152313301275517312336
Binary110110001101100111011011010101111011011111011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,141,19); }

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

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

 a { background-color: rgb(13,141,19); }

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

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

 span { border-color: rgb(13,141,19); }

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