#0D871D

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

Shades of Forest Green #0D871D

Tints of Forest Green #0D871D

Color information

#0D871D (or 0x0D871D) is unknown color: approx Forest Green. HEX triplet: 0D, 87 and 1D. RGB value is (13,135,29). Sum of RGB (Red+Green+Blue) = 13+135+29=177 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.34% from 177); Green value is 135 (53.12% from 255 or 76.27% from 177); Blue value is 29 (11.72% from 255 or 16.38% from 177); Max value from RGB is 135 - color contains mainly: green. Hex color #0D871D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D871D is #F278E2. Grayscale: #565656. Windows color (decimal): -15890659 or 1935117. OLE color: 1935117.

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

Color convert

RGB1313529-
CMYK0.9000.790.47
HSL127.87º82.43%29.02%-
HSV(B)127.87º90.37%52.94%-
XYZ9.0517.54.06-
YUV86.4495.5875.62-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.34%
GREEN value IS 135 (53.12% from 255) = 76.27%
BLUE value IS 29 (11.72% from 255) = 16.38%
R=7.34%
G=76.27%
B=16.38%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13135290.9000.790.47127.8782.4329.02
HexD871D5A04F2F80521d
Octal152073513201175720012235
Binary1101100001111110110110100100111110111110000000101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D871D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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