Shades of Forest Green #13A223
Tints of Forest Green #13A223
RGB
CMYK
RGB Variations
Color information
#13A223 (or 0x13A223) is known color: Forest Green. HEX triplet: 13, A2 and 23. RGB value is (19,162,35). Sum of RGB (Red+Green+Blue) = 19+162+35=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 162 (63.67% from 255 or 75% from 216); Blue value is 35 (14.06% from 255 or 16.20% from 216); Max value from RGB is 162 - color contains mainly: green. Hex color #13A223 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A223 is #EC5DDC. Grayscale: #696969. Windows color (decimal): -15490525 or 2335251. OLE color: 2335251.
HSL color Cylindrical-coordinate representation of color #13A223: hue angle of 126.71º 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 #13A223 is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 162 | 35 | - |
| CMYK | 0.88 | 0 | 0.78 | 0.36 |
| HSL | 126.71º | 0.79% | 0.35% | - |
| HSV(B) | 126.71º | 0.88% | 0.64% | - |
| XYZ | 13.49 | 26.1 | 5.92 | - |
| YUV | 104.77 | 88.62 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 162 | 35 | 0.88 | 0 | 0.78 | 0.36 | 126.71 | 0.79 | 0.35 |
| Hex | 13 | A2 | 23 | 58 | 0 | 4E | 24 | 7F | 4F | 23 |
| Octal | 23 | 242 | 43 | 130 | 0 | 116 | 44 | 177 | 117 | 43 |
| Binary | 10011 | 10100010 | 100011 | 1011000 | 0 | 1001110 | 100100 | 1111111 | 1001111 | 100011 |
Color Harmonies of #13A223
Complementary color
Monochromatic Colors of #13A223
Black with #13A223
Text Example
Text Example
White with #13A223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A223; }
p { color: rgb(19,162,35); }
H1.HeaderClassName
{
color: #13A223;
}
.AnyTagClassName
{
color: #13A223;
}
</style>
background-color css
<style>
a { background-color: #13A223; }
a { background-color: rgb(19,162,35); }
div.DivClassName
{
background-color: #13A223;
}
.BgClassName
{
background-color: #13A223;
}
</style>
border-color css
<style>
span { border-color: #13A223; }
span { border-color: rgb(19,162,35); }
td.TdClassName
{
border-color: #13A223;
}
.TagClassName
{
border-color: #13A223;
}
</style>