Shades of Forest Green #15822A
Tints of Forest Green #15822A
RGB
CMYK
RGB Variations
Color information
#15822A (or 0x15822A) is known color: Forest Green. HEX triplet: 15, 82 and 2A. RGB value is (21,130,42). Sum of RGB (Red+Green+Blue) = 21+130+42=193 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.88% from 193); Green value is 130 (51.17% from 255 or 67.36% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 130 - color contains mainly: green. Hex color #15822A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15822A is #EA7DD5. Grayscale: #575757. Windows color (decimal): -15367638 or 2785813. OLE color: 2785813.
HSL color Cylindrical-coordinate representation of color #15822A: hue angle of 131.56º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #15822A is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 130 | 42 | - |
| CMYK | 0.84 | 0 | 0.68 | 0.49 |
| HSL | 131.56º | 0.72% | 0.3% | - |
| HSV(B) | 131.56º | 0.84% | 0.51% | - |
| XYZ | 8.71 | 16.29 | 4.88 | - |
| YUV | 87.38 | 102.39 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 130 | 42 | 0.84 | 0 | 0.68 | 0.49 | 131.56 | 0.72 | 0.3 |
| Hex | 15 | 82 | 2A | 54 | 0 | 44 | 31 | 84 | 48 | 1E |
| Octal | 25 | 202 | 52 | 124 | 0 | 104 | 61 | 204 | 110 | 36 |
| Binary | 10101 | 10000010 | 101010 | 1010100 | 0 | 1000100 | 110001 | 10000100 | 1001000 | 11110 |
Color Harmonies of #15822A
Complementary color
Monochromatic Colors of #15822A
Black with #15822A
Text Example
Text Example
White with #15822A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15822A; }
p { color: rgb(21,130,42); }
H1.HeaderClassName
{
color: #15822A;
}
.AnyTagClassName
{
color: #15822A;
}
</style>
background-color css
<style>
a { background-color: #15822A; }
a { background-color: rgb(21,130,42); }
div.DivClassName
{
background-color: #15822A;
}
.BgClassName
{
background-color: #15822A;
}
</style>
border-color css
<style>
span { border-color: #15822A; }
span { border-color: rgb(21,130,42); }
td.TdClassName
{
border-color: #15822A;
}
.TagClassName
{
border-color: #15822A;
}
</style>