Shades of Pigment Green #15963A
Tints of Pigment Green #15963A
RGB
CMYK
RGB Variations
Color information
#15963A (or 0x15963A) is known color: Pigment Green. HEX triplet: 15, 96 and 3A. RGB value is (21,150,58). Sum of RGB (Red+Green+Blue) = 21+150+58=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 150 (58.98% from 255 or 65.50% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 150 - color contains mainly: green. Hex color #15963A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15963A is #EA69C5. Grayscale: #656565. Windows color (decimal): -15362502 or 3839509. OLE color: 3839509.
HSL color Cylindrical-coordinate representation of color #15963A: hue angle of 137.21º degrees, saturation: 0.75, 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 #15963A is Cyan = 0.86, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 21 | 150 | 58 | - |
| CMYK | 0.86 | 0 | 0.61 | 0.41 |
| HSL | 137.21º | 0.75% | 0.34% | - |
| HSV(B) | 137.21º | 0.86% | 0.59% | - |
| XYZ | 11.98 | 22.28 | 7.67 | - |
| YUV | 100.94 | 103.76 | 70.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 150 | 58 | 0.86 | 0 | 0.61 | 0.41 | 137.21 | 0.75 | 0.34 |
| Hex | 15 | 96 | 3A | 56 | 0 | 3D | 29 | 89 | 4B | 22 |
| Octal | 25 | 226 | 72 | 126 | 0 | 75 | 51 | 211 | 113 | 42 |
| Binary | 10101 | 10010110 | 111010 | 1010110 | 0 | 111101 | 101001 | 10001001 | 1001011 | 100010 |
Color Harmonies of #15963A
Complementary color
Monochromatic Colors of #15963A
Black with #15963A
Text Example
Text Example
White with #15963A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15963A; }
p { color: rgb(21,150,58); }
H1.HeaderClassName
{
color: #15963A;
}
.AnyTagClassName
{
color: #15963A;
}
</style>
background-color css
<style>
a { background-color: #15963A; }
a { background-color: rgb(21,150,58); }
div.DivClassName
{
background-color: #15963A;
}
.BgClassName
{
background-color: #15963A;
}
</style>
border-color css
<style>
span { border-color: #15963A; }
span { border-color: rgb(21,150,58); }
td.TdClassName
{
border-color: #15963A;
}
.TagClassName
{
border-color: #15963A;
}
</style>