#0D8D27

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

Shades of Forest Green #0D8D27

Tints of Forest Green #0D8D27

Color information

#0D8D27 (or 0x0D8D27) is unknown color: approx Forest Green. HEX triplet: 0D, 8D and 27. RGB value is (13,141,39). Sum of RGB (Red+Green+Blue) = 13+141+39=193 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.74% from 193); Green value is 141 (55.47% from 255 or 73.06% from 193); Blue value is 39 (15.62% from 255 or 20.21% from 193); Max value from RGB is 141 - color contains mainly: green. Hex color #0D8D27 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8D27 is #F272D8. Grayscale: #5B5B5B. Windows color (decimal): -15889113 or 2592013. OLE color: 2592013.

HSL color Cylindrical-coordinate representation of color #0D8D27: hue angle of 132.19º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8D27 is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.45.

Color convert

RGB1314139-
CMYK0.9100.720.45
HSL132.19º83.12%30.2%-
HSV(B)132.19º90.78%55.29%-
XYZ10.0619.285.11-
YUV91.198.5972.29-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.74%
GREEN value IS 141 (55.47% from 255) = 73.06%
BLUE value IS 39 (15.62% from 255) = 20.21%
R=6.74%
G=73.06%
B=20.21%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13141390.9100.720.45132.1983.1230.2
HexD8D275B0482D84531e
Octal152154713301105520412336
Binary11011000110110011110110110100100010110110000100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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