#13a71a

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

Shades of Forest Green #13A71A

Tints of Forest Green #13A71A

Color information

#13A71A (or 0x13A71A) is unknown color: approx Forest Green. HEX triplet: 13, A7 and 1A. RGB value is (19,167,26). Sum of RGB (Red+Green+Blue) = 19+167+26=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 167 (65.62% from 255 or 78.77% from 212); Blue value is 26 (10.55% from 255 or 12.26% from 212); Max value from RGB is 167 - color contains mainly: green. Hex color #13A71A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A71A is #EC58E5. Grayscale: #6B6B6B. Windows color (decimal): -15489254 or 1746707. OLE color: 1746707.

HSL color Cylindrical-coordinate representation of color #13A71A: hue angle of 122.84º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13A71A is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB1916726-
CMYK0.8900.840.35
HSL122.84º79.57%36.47%-
HSV(B)122.84º88.62%65.49%-
XYZ14.2727.855.6-
YUV106.6782.4765.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.96%
GREEN value IS 167 (65.62% from 255) = 78.77%
BLUE value IS 26 (10.55% from 255) = 12.26%
R=8.96%
G=78.77%
B=12.26%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal19167260.8900.840.35122.8479.5736.47
Hex13A71A59054237b5024
Octal232473213101244317312044
Binary10011101001111101010110010101010010001111110111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13a71a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13a71a; }

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

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

<style>
 a { background-color: #13a71a; }

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

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

<style>
 span { border-color: #13a71a; }

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

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