#13880F

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

Shades of Forest Green #13880F

Tints of Forest Green #13880F

Color information

#13880F (or 0x13880F) is unknown color: approx Forest Green. HEX triplet: 13, 88 and 0F. RGB value is (19,136,15). Sum of RGB (Red+Green+Blue) = 19+136+15=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 136 (53.52% from 255 or 80% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 136 - color contains mainly: green. Hex color #13880F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13880F is #EC77F0. Grayscale: #575757. Windows color (decimal): -15497201 or 1017875. OLE color: 1017875.

HSL color Cylindrical-coordinate representation of color #13880F: hue angle of 118.02º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13880F is Cyan = 0.86, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB1913615-
CMYK0.8600.890.47
HSL118.02º80.13%29.61%-
HSV(B)118.02º88.97%53.33%-
XYZ9.1617.783.4-
YUV87.2287.2479.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.18%
GREEN value IS 136 (53.52% from 255) = 80%
BLUE value IS 15 (6.25% from 255) = 8.82%
R=11.18%
G=80%
B=8.82%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19136150.8600.890.47118.0280.1329.61
Hex1388F560592F76501e
Octal232101712601315716612036
Binary100111000100011111010110010110011011111110110101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13880F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13880F; }

 p { color: rgb(19,136,15); }

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

<style>
 a { background-color: #13880F; }

 a { background-color: rgb(19,136,15); }

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

<style>
 span { border-color: #13880F; }

 span { border-color: rgb(19,136,15); }

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