#0D8B15

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

Shades of Forest Green #0D8B15

Tints of Forest Green #0D8B15

Color information

#0D8B15 (or 0x0D8B15) is unknown color: approx Forest Green. HEX triplet: 0D, 8B and 15. RGB value is (13,139,21). Sum of RGB (Red+Green+Blue) = 13+139+21=173 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.51% from 173); Green value is 139 (54.69% from 255 or 80.35% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 139 - color contains mainly: green. Hex color #0D8B15 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D8B15 is #F274EA. Grayscale: #585858. Windows color (decimal): -15889643 or 1411853. OLE color: 1411853.

HSL color Cylindrical-coordinate representation of color #0D8B15: hue angle of 123.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 #0D8B15 is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.45.

Color convert

RGB1313921-
CMYK0.9100.850.45
HSL123.81º82.89%29.8%-
HSV(B)123.81º90.65%54.51%-
XYZ9.5318.63.8-
YUV87.8790.2674.59-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.51%
GREEN value IS 139 (54.69% from 255) = 80.35%
BLUE value IS 21 (8.59% from 255) = 12.14%
R=7.51%
G=80.35%
B=12.14%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13139210.9100.850.45123.8182.8929.8
HexD8B155B0552D7c531e
Octal152132513301255517412336
Binary110110001011101011011011010101011011011111100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,139,21); }

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

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

 a { background-color: rgb(13,139,21); }

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

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

 span { border-color: rgb(13,139,21); }

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