Shades of Forest Green #13A42D
Tints of Forest Green #13A42D
RGB
CMYK
RGB Variations
Color information
#13A42D (or 0x13A42D) is known color: 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
| RGB | 19 | 164 | 45 | - |
| CMYK | 0.88 | 0 | 0.73 | 0.36 |
| HSL | 130.76º | 0.79% | 0.36% | - |
| HSV(B) | 130.76º | 0.88% | 0.64% | - |
| XYZ | 14.02 | 26.88 | 6.93 | - |
| YUV | 107.08 | 92.96 | 65.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 164 | 45 | 0.88 | 0 | 0.73 | 0.36 | 130.76 | 0.79 | 0.36 |
| Hex | 13 | A4 | 2D | 58 | 0 | 49 | 24 | 83 | 4F | 24 |
| Octal | 23 | 244 | 55 | 130 | 0 | 111 | 44 | 203 | 117 | 44 |
| Binary | 10011 | 10100100 | 101101 | 1011000 | 0 | 1001001 | 100100 | 10000011 | 1001111 | 100100 |
Color Harmonies of #13A42D
Complementary color
Monochromatic Colors of #13A42D
Black with #13A42D
Text Example
Text Example
White with #13A42D
Text Example
Text Example
HTML Codes & Css Web 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>