#0D8715

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

Shades of Forest Green #0D8715

Tints of Forest Green #0D8715

Color information

#0D8715 (or 0x0D8715) is unknown color: approx Forest Green. HEX triplet: 0D, 87 and 15. RGB value is (13,135,21). Sum of RGB (Red+Green+Blue) = 13+135+21=169 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.69% from 169); Green value is 135 (53.12% from 255 or 79.88% from 169); Blue value is 21 (8.59% from 255 or 12.43% from 169); Max value from RGB is 135 - color contains mainly: green. Hex color #0D8715 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D8715 is #F278EA. Grayscale: #555555. Windows color (decimal): -15890667 or 1410829. OLE color: 1410829.

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

Color convert

RGB1313521-
CMYK0.9000.840.47
HSL123.93º82.43%29.02%-
HSV(B)123.93º90.37%52.94%-
XYZ8.9717.473.61-
YUV85.5391.5876.27-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.69%
GREEN value IS 135 (53.12% from 255) = 79.88%
BLUE value IS 21 (8.59% from 255) = 12.43%
R=7.69%
G=79.88%
B=12.43%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13135210.9000.840.47123.9382.4329.02
HexD87155A0542F7c521d
Octal152072513201245717412235
Binary110110000111101011011010010101001011111111100101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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