#13A41A

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

Shades of Forest Green #13A41A

Tints of Forest Green #13A41A

Color information

#13A41A (or 0x13A41A) is unknown color: approx Forest Green. HEX triplet: 13, A4 and 1A. RGB value is (19,164,26). Sum of RGB (Red+Green+Blue) = 19+164+26=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 164 (64.45% from 255 or 78.47% from 209); Blue value is 26 (10.55% from 255 or 12.44% from 209); Max value from RGB is 164 - color contains mainly: green. Hex color #13A41A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A41A is #EC5BE5. Grayscale: #696969. Windows color (decimal): -15490022 or 1745939. OLE color: 1745939.

HSL color Cylindrical-coordinate representation of color #13A41A: hue angle of 122.9º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A41A is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB1916426-
CMYK0.8800.840.36
HSL122.9º79.23%35.88%-
HSV(B)122.9º88.41%64.31%-
XYZ13.7326.765.42-
YUV104.9183.4666.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.09%
GREEN value IS 164 (64.45% from 255) = 78.47%
BLUE value IS 26 (10.55% from 255) = 12.44%
R=9.09%
G=78.47%
B=12.44%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal19164260.8800.840.36122.979.2335.88
Hex13A41A58054247b4f24
Octal232443213001244417311744
Binary10011101001001101010110000101010010010011110111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A41A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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