#13A42D

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

Shades of Forest Green #13A42D

Tints of Forest Green #13A42D

Color information

#13A42D (or 0x13A42D) is unknown color: approx Forest Green. HEX triplet: 13, A4 and 2D. RGB value is (19,164,45). Sum of RGB (Red+Green+Blue) = 19+164+45=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 164 (64.45% from 255 or 71.93% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 164 - color contains mainly: green. Hex color #13A42D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A42D is #EC5BD2. Grayscale: #6B6B6B. Windows color (decimal): -15490003 or 2991123. OLE color: 2991123.

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

Color convert

RGB1916445-
CMYK0.8800.730.36
HSL130.76º79.23%35.88%-
HSV(B)130.76º88.41%64.31%-
XYZ14.0226.886.93-
YUV107.0892.9665.18-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.33%
GREEN value IS 164 (64.45% from 255) = 71.93%
BLUE value IS 45 (17.97% from 255) = 19.74%
R=8.33%
G=71.93%
B=19.74%

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
Decimal19164450.8800.730.36130.7679.2335.88
Hex13A42D5804924834f24
Octal232445513001114420311744
Binary1001110100100101101101100001001001100100100000111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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