#13A42C

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

Shades of Forest Green #13A42C

Tints of Forest Green #13A42C

Color information

#13A42C (or 0x13A42C) is unknown color: approx Forest Green. HEX triplet: 13, A4 and 2C. RGB value is (19,164,44). Sum of RGB (Red+Green+Blue) = 19+164+44=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 164 (64.45% from 255 or 72.25% from 227); Blue value is 44 (17.58% from 255 or 19.38% from 227); Max value from RGB is 164 - color contains mainly: green. Hex color #13A42C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A42C is #EC5BD3. Grayscale: #6B6B6B. Windows color (decimal): -15490004 or 2925587. OLE color: 2925587.

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

Color convert

RGB1916444-
CMYK0.8800.730.36
HSL130.34º79.23%35.88%-
HSV(B)130.34º88.41%64.31%-
XYZ1426.876.83-
YUV106.9692.4665.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.37%
GREEN value IS 164 (64.45% from 255) = 72.25%
BLUE value IS 44 (17.58% from 255) = 19.38%
R=8.37%
G=72.25%
B=19.38%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal19164440.8800.730.36130.3479.2335.88
Hex13A42C5804924824f24
Octal232445413001114420211744
Binary1001110100100101100101100001001001100100100000101001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A42C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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