#13A417

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

Shades of Forest Green #13A417

Tints of Forest Green #13A417

Color information

#13A417 (or 0x13A417) is unknown color: approx Forest Green. HEX triplet: 13, A4 and 17. RGB value is (19,164,23). Sum of RGB (Red+Green+Blue) = 19+164+23=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 164 (64.45% from 255 or 79.61% from 206); Blue value is 23 (9.38% from 255 or 11.17% from 206); Max value from RGB is 164 - color contains mainly: green. Hex color #13A417 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13A417 is #EC5BE8. Grayscale: #686868. Windows color (decimal): -15490025 or 1549331. OLE color: 1549331.

HSL color Cylindrical-coordinate representation of color #13A417: hue angle of 121.66º 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 #13A417 is Cyan = 0.88, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB1916423-
CMYK0.8800.860.36
HSL121.66º79.23%35.88%-
HSV(B)121.66º88.41%64.31%-
XYZ13.726.755.25-
YUV104.5781.9666.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.22%
GREEN value IS 164 (64.45% from 255) = 79.61%
BLUE value IS 23 (9.38% from 255) = 11.17%
R=9.22%
G=79.61%
B=11.17%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal19164230.8800.860.36121.6679.2335.88
Hex13A41758056247a4f24
Octal232442713001264417211744
Binary10011101001001011110110000101011010010011110101001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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