#0D8524

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

Shades of Forest Green #0D8524

Tints of Forest Green #0D8524

Color information

#0D8524 (or 0x0D8524) is unknown color: approx Forest Green. HEX triplet: 0D, 85 and 24. RGB value is (13,133,36). Sum of RGB (Red+Green+Blue) = 13+133+36=182 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.14% from 182); Green value is 133 (52.34% from 255 or 73.08% from 182); Blue value is 36 (14.45% from 255 or 19.78% from 182); Max value from RGB is 133 - color contains mainly: green. Hex color #0D8524 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8524 is #F27ADB. Grayscale: #565656. Windows color (decimal): -15891164 or 2393357. OLE color: 2393357.

HSL color Cylindrical-coordinate representation of color #0D8524: hue angle of 131.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8524 is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB1313336-
CMYK0.9000.730.48
HSL131.5º82.19%28.63%-
HSV(B)131.5º90.23%52.16%-
XYZ8.8716.994.48-
YUV86.0699.7475.89-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.14%
GREEN value IS 133 (52.34% from 255) = 73.08%
BLUE value IS 36 (14.45% from 255) = 19.78%
R=7.14%
G=73.08%
B=19.78%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13133360.9000.730.48131.582.1928.63
HexD85245A0493084521d
Octal152054413201116020412235
Binary11011000010110010010110100100100111000010000100101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,133,36); }

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

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

 a { background-color: rgb(13,133,36); }

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

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

 span { border-color: rgb(13,133,36); }

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