#13962D

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

Shades of Forest Green #13962D

Tints of Forest Green #13962D

Color information

#13962D (or 0x13962D) is unknown color: approx Forest Green. HEX triplet: 13, 96 and 2D. RGB value is (19,150,45). Sum of RGB (Red+Green+Blue) = 19+150+45=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 150 (58.98% from 255 or 70.09% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 150 - color contains mainly: green. Hex color #13962D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13962D is #EC69D2. Grayscale: #636363. Windows color (decimal): -15493587 or 2987539. OLE color: 2987539.

HSL color Cylindrical-coordinate representation of color #13962D: hue angle of 131.91º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13962D is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB1915045-
CMYK0.8700.700.41
HSL131.91º77.51%33.14%-
HSV(B)131.91º87.33%58.82%-
XYZ11.6522.146.14-
YUV98.8697.671.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.88%
GREEN value IS 150 (58.98% from 255) = 70.09%
BLUE value IS 45 (17.97% from 255) = 21.03%
R=8.88%
G=70.09%
B=21.03%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal19150450.8700.700.41131.9177.5133.14
Hex13962D5704629844e21
Octal232265512701065120411641
Binary1001110010110101101101011101000110101001100001001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13962D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13962D; }

 p { color: rgb(19,150,45); }

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

<style>
 a { background-color: #13962D; }

 a { background-color: rgb(19,150,45); }

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

<style>
 span { border-color: #13962D; }

 span { border-color: rgb(19,150,45); }

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