#0D8914

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

Shades of Forest Green #0D8914

Tints of Forest Green #0D8914

Color information

#0D8914 (or 0x0D8914) is unknown color: approx Forest Green. HEX triplet: 0D, 89 and 14. RGB value is (13,137,20). Sum of RGB (Red+Green+Blue) = 13+137+20=170 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.65% from 170); Green value is 137 (53.91% from 255 or 80.59% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 137 - color contains mainly: green. Hex color #0D8914 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D8914 is #F276EB. Grayscale: #565656. Windows color (decimal): -15890156 or 1345805. OLE color: 1345805.

HSL color Cylindrical-coordinate representation of color #0D8914: hue angle of 123.39º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8914 is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB1313720-
CMYK0.9100.850.46
HSL123.39º82.67%29.41%-
HSV(B)123.39º90.51%53.73%-
XYZ9.2418.033.65-
YUV86.5990.4275.51-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.65%
GREEN value IS 137 (53.91% from 255) = 80.59%
BLUE value IS 20 (8.20% from 255) = 11.76%
R=7.65%
G=80.59%
B=11.76%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13137200.9100.850.46123.3982.6729.41
HexD89145B0552E7b531d
Octal152112413301255617312335
Binary110110001001101001011011010101011011101111011101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,137,20); }

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

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

 a { background-color: rgb(13,137,20); }

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

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

 span { border-color: rgb(13,137,20); }

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