#13961A

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

Shades of Forest Green #13961A

Tints of Forest Green #13961A

Color information

#13961A (or 0x13961A) is unknown color: approx Forest Green. HEX triplet: 13, 96 and 1A. RGB value is (19,150,26). Sum of RGB (Red+Green+Blue) = 19+150+26=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 150 (58.98% from 255 or 76.92% from 195); Blue value is 26 (10.55% from 255 or 13.33% from 195); Max value from RGB is 150 - color contains mainly: green. Hex color #13961A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13961A is #EC69E5. Grayscale: #616161. Windows color (decimal): -15493606 or 1742355. OLE color: 1742355.

HSL color Cylindrical-coordinate representation of color #13961A: hue angle of 123.21º 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 #13961A is Cyan = 0.87, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB1915026-
CMYK0.8700.830.41
HSL123.21º77.51%33.14%-
HSV(B)123.21º87.33%58.82%-
XYZ11.3622.034.63-
YUV96.788.172.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.74%
GREEN value IS 150 (58.98% from 255) = 76.92%
BLUE value IS 26 (10.55% from 255) = 13.33%
R=9.74%
G=76.92%
B=13.33%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal19150260.8700.830.41123.2177.5133.14
Hex13961A57053297b4e21
Octal232263212701235117311641
Binary10011100101101101010101110101001110100111110111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13961A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13961A; }

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

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

<style>
 a { background-color: #13961A; }

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

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

<style>
 span { border-color: #13961A; }

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

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