#0D8727

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

Shades of Forest Green #0D8727

Tints of Forest Green #0D8727

Color information

#0D8727 (or 0x0D8727) is unknown color: approx Forest Green. HEX triplet: 0D, 87 and 27. RGB value is (13,135,39). Sum of RGB (Red+Green+Blue) = 13+135+39=187 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.95% from 187); Green value is 135 (53.12% from 255 or 72.19% from 187); Blue value is 39 (15.62% from 255 or 20.86% from 187); Max value from RGB is 135 - color contains mainly: green. Hex color #0D8727 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8727 is #F278D8. Grayscale: #575757. Windows color (decimal): -15890649 or 2590477. OLE color: 2590477.

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

Color convert

RGB1313539-
CMYK0.9000.710.47
HSL132.79º82.43%29.02%-
HSV(B)132.79º90.37%52.94%-
XYZ9.217.564.82-
YUV87.58100.5874.81-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.95%
GREEN value IS 135 (53.12% from 255) = 72.19%
BLUE value IS 39 (15.62% from 255) = 20.86%
R=6.95%
G=72.19%
B=20.86%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13135390.9000.710.47132.7982.4329.02
HexD87275A0472F85521d
Octal152074713201075720512235
Binary11011000011110011110110100100011110111110000101101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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