Shades of Forest Green #13802A
Tints of Forest Green #13802A
RGB
CMYK
RGB Variations
Color information
#13802A (or 0x13802A) is known color: Forest Green. HEX triplet: 13, 80 and 2A. RGB value is (19,128,42). Sum of RGB (Red+Green+Blue) = 19+128+42=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 128 (50.39% from 255 or 67.72% from 189); Blue value is 42 (16.80% from 255 or 22.22% from 189); Max value from RGB is 128 - color contains mainly: green. Hex color #13802A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13802A is #EC7FD5. Grayscale: #555555. Windows color (decimal): -15499222 or 2785299. OLE color: 2785299.
HSL color Cylindrical-coordinate representation of color #13802A: hue angle of 132.66º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13802A is Cyan = 0.85, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 128 | 42 | - |
| CMYK | 0.85 | 0 | 0.67 | 0.50 |
| HSL | 132.66º | 0.74% | 0.29% | - |
| HSV(B) | 132.66º | 0.85% | 0.5% | - |
| XYZ | 8.41 | 15.74 | 4.79 | - |
| YUV | 85.61 | 103.39 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 128 | 42 | 0.85 | 0 | 0.67 | 0.50 | 132.66 | 0.74 | 0.29 |
| Hex | 13 | 80 | 2A | 55 | 0 | 43 | 32 | 85 | 4A | 1D |
| Octal | 23 | 200 | 52 | 125 | 0 | 103 | 62 | 205 | 112 | 35 |
| Binary | 10011 | 10000000 | 101010 | 1010101 | 0 | 1000011 | 110010 | 10000101 | 1001010 | 11101 |
Color Harmonies of #13802A
Complementary color
Monochromatic Colors of #13802A
Black with #13802A
Text Example
Text Example
White with #13802A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13802A; }
p { color: rgb(19,128,42); }
H1.HeaderClassName
{
color: #13802A;
}
.AnyTagClassName
{
color: #13802A;
}
</style>
background-color css
<style>
a { background-color: #13802A; }
a { background-color: rgb(19,128,42); }
div.DivClassName
{
background-color: #13802A;
}
.BgClassName
{
background-color: #13802A;
}
</style>
border-color css
<style>
span { border-color: #13802A; }
span { border-color: rgb(19,128,42); }
td.TdClassName
{
border-color: #13802A;
}
.TagClassName
{
border-color: #13802A;
}
</style>