Shades of Forest Green #13A21D
Tints of Forest Green #13A21D
RGB
CMYK
RGB Variations
Color information
#13A21D (or 0x13A21D) is known color: Forest Green. HEX triplet: 13, A2 and 1D. RGB value is (19,162,29). Sum of RGB (Red+Green+Blue) = 19+162+29=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 162 (63.67% from 255 or 77.14% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 162 - color contains mainly: green. Hex color #13A21D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A21D is #EC5DE2. Grayscale: #686868. Windows color (decimal): -15490531 or 1942035. OLE color: 1942035.
HSL color Cylindrical-coordinate representation of color #13A21D: hue angle of 124.2º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A21D is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 162 | 29 | - |
| CMYK | 0.88 | 0 | 0.82 | 0.36 |
| HSL | 124.2º | 0.79% | 0.35% | - |
| HSV(B) | 124.2º | 0.88% | 0.64% | - |
| XYZ | 13.41 | 26.07 | 5.49 | - |
| YUV | 104.08 | 85.62 | 67.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 162 | 29 | 0.88 | 0 | 0.82 | 0.36 | 124.2 | 0.79 | 0.35 |
| Hex | 13 | A2 | 1D | 58 | 0 | 52 | 24 | 7C | 4F | 23 |
| Octal | 23 | 242 | 35 | 130 | 0 | 122 | 44 | 174 | 117 | 43 |
| Binary | 10011 | 10100010 | 11101 | 1011000 | 0 | 1010010 | 100100 | 1111100 | 1001111 | 100011 |
Color Harmonies of #13A21D
Complementary color
Monochromatic Colors of #13A21D
Black with #13A21D
Text Example
Text Example
White with #13A21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A21D; }
p { color: rgb(19,162,29); }
H1.HeaderClassName
{
color: #13A21D;
}
.AnyTagClassName
{
color: #13A21D;
}
</style>
background-color css
<style>
a { background-color: #13A21D; }
a { background-color: rgb(19,162,29); }
div.DivClassName
{
background-color: #13A21D;
}
.BgClassName
{
background-color: #13A21D;
}
</style>
border-color css
<style>
span { border-color: #13A21D; }
span { border-color: rgb(19,162,29); }
td.TdClassName
{
border-color: #13A21D;
}
.TagClassName
{
border-color: #13A21D;
}
</style>