#0D8D26

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

Shades of Forest Green #0D8D26

Tints of Forest Green #0D8D26

Color information

#0D8D26 (or 0x0D8D26) is unknown color: approx Forest Green. HEX triplet: 0D, 8D and 26. RGB value is (13,141,38). Sum of RGB (Red+Green+Blue) = 13+141+38=192 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.77% from 192); Green value is 141 (55.47% from 255 or 73.44% from 192); Blue value is 38 (15.23% from 255 or 19.79% from 192); Max value from RGB is 141 - color contains mainly: green. Hex color #0D8D26 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8D26 is #F272D9. Grayscale: #5B5B5B. Windows color (decimal): -15889114 or 2526477. OLE color: 2526477.

HSL color Cylindrical-coordinate representation of color #0D8D26: hue angle of 131.72º 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 #0D8D26 is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB1314138-
CMYK0.9100.730.45
HSL131.72º83.12%30.2%-
HSV(B)131.72º90.78%55.29%-
XYZ10.0419.285.03-
YUV90.9998.0972.38-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.77%
GREEN value IS 141 (55.47% from 255) = 73.44%
BLUE value IS 38 (15.23% from 255) = 19.79%
R=6.77%
G=73.44%
B=19.79%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13141380.9100.730.45131.7283.1230.2
HexD8D265B0492D84531e
Octal152154613301115520412336
Binary11011000110110011010110110100100110110110000100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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