Shades of Pigment Green #15973A
Tints of Pigment Green #15973A
RGB
CMYK
RGB Variations
Color information
#15973A (or 0x15973A) is known color: Pigment Green. HEX triplet: 15, 97 and 3A. RGB value is (21,151,58). Sum of RGB (Red+Green+Blue) = 21+151+58=230 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.13% from 230); Green value is 151 (59.38% from 255 or 65.65% from 230); Blue value is 58 (23.05% from 255 or 25.22% from 230); Max value from RGB is 151 - color contains mainly: green. Hex color #15973A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15973A is #EA68C5. Grayscale: #656565. Windows color (decimal): -15362246 or 3839765. OLE color: 3839765.
HSL color Cylindrical-coordinate representation of color #15973A: hue angle of 137.08º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15973A is Cyan = 0.86, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 21 | 151 | 58 | - |
| CMYK | 0.86 | 0 | 0.62 | 0.41 |
| HSL | 137.08º | 0.76% | 0.34% | - |
| HSV(B) | 137.08º | 0.86% | 0.59% | - |
| XYZ | 12.14 | 22.6 | 7.73 | - |
| YUV | 101.53 | 103.43 | 70.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 151 | 58 | 0.86 | 0 | 0.62 | 0.41 | 137.08 | 0.76 | 0.34 |
| Hex | 15 | 97 | 3A | 56 | 0 | 3E | 29 | 89 | 4C | 22 |
| Octal | 25 | 227 | 72 | 126 | 0 | 76 | 51 | 211 | 114 | 42 |
| Binary | 10101 | 10010111 | 111010 | 1010110 | 0 | 111110 | 101001 | 10001001 | 1001100 | 100010 |
Color Harmonies of #15973A
Complementary color
Monochromatic Colors of #15973A
Black with #15973A
Text Example
Text Example
White with #15973A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15973A; }
p { color: rgb(21,151,58); }
H1.HeaderClassName
{
color: #15973A;
}
.AnyTagClassName
{
color: #15973A;
}
</style>
background-color css
<style>
a { background-color: #15973A; }
a { background-color: rgb(21,151,58); }
div.DivClassName
{
background-color: #15973A;
}
.BgClassName
{
background-color: #15973A;
}
</style>
border-color css
<style>
span { border-color: #15973A; }
span { border-color: rgb(21,151,58); }
td.TdClassName
{
border-color: #15973A;
}
.TagClassName
{
border-color: #15973A;
}
</style>