#0D8726

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

Shades of Forest Green #0D8726

Tints of Forest Green #0D8726

Color information

#0D8726 (or 0x0D8726) is unknown color: approx Forest Green. HEX triplet: 0D, 87 and 26. RGB value is (13,135,38). Sum of RGB (Red+Green+Blue) = 13+135+38=186 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.99% from 186); Green value is 135 (53.12% from 255 or 72.58% from 186); Blue value is 38 (15.23% from 255 or 20.43% from 186); Max value from RGB is 135 - color contains mainly: green. Hex color #0D8726 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8726 is #F278D9. Grayscale: #575757. Windows color (decimal): -15890650 or 2524941. OLE color: 2524941.

HSL color Cylindrical-coordinate representation of color #0D8726: hue angle of 132.3º 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 #0D8726 is Cyan = 0.90, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB1313538-
CMYK0.9000.720.47
HSL132.3º82.43%29.02%-
HSV(B)132.3º90.37%52.94%-
XYZ9.1817.554.74-
YUV87.46100.0874.89-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.99%
GREEN value IS 135 (53.12% from 255) = 72.58%
BLUE value IS 38 (15.23% from 255) = 20.43%
R=6.99%
G=72.58%
B=20.43%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13135380.9000.720.47132.382.4329.02
HexD87265A0482F84521d
Octal152074613201105720412235
Binary11011000011110011010110100100100010111110000100101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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