Shades of Pigment Green #15963C
Tints of Pigment Green #15963C
RGB
CMYK
RGB Variations
Color information
#15963C (or 0x15963C) is known color: Pigment Green. HEX triplet: 15, 96 and 3C. RGB value is (21,150,60). Sum of RGB (Red+Green+Blue) = 21+150+60=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 150 (58.98% from 255 or 64.94% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 150 - color contains mainly: green. Hex color #15963C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15963C is #EA69C3. Grayscale: #656565. Windows color (decimal): -15362500 or 3970581. OLE color: 3970581.
HSL color Cylindrical-coordinate representation of color #15963C: hue angle of 138.14º 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 #15963C is Cyan = 0.86, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 21 | 150 | 60 | - |
| CMYK | 0.86 | 0 | 0.6 | 0.41 |
| HSL | 138.14º | 0.75% | 0.34% | - |
| HSV(B) | 138.14º | 0.86% | 0.59% | - |
| XYZ | 12.03 | 22.3 | 7.94 | - |
| YUV | 101.17 | 104.76 | 70.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 150 | 60 | 0.86 | 0 | 0.6 | 0.41 | 138.14 | 0.75 | 0.34 |
| Hex | 15 | 96 | 3C | 56 | 0 | 3C | 29 | 8A | 4B | 22 |
| Octal | 25 | 226 | 74 | 126 | 0 | 74 | 51 | 212 | 113 | 42 |
| Binary | 10101 | 10010110 | 111100 | 1010110 | 0 | 111100 | 101001 | 10001010 | 1001011 | 100010 |
Color Harmonies of #15963C
Complementary color
Monochromatic Colors of #15963C
Black with #15963C
Text Example
Text Example
White with #15963C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15963C; }
p { color: rgb(21,150,60); }
H1.HeaderClassName
{
color: #15963C;
}
.AnyTagClassName
{
color: #15963C;
}
</style>
background-color css
<style>
a { background-color: #15963C; }
a { background-color: rgb(21,150,60); }
div.DivClassName
{
background-color: #15963C;
}
.BgClassName
{
background-color: #15963C;
}
</style>
border-color css
<style>
span { border-color: #15963C; }
span { border-color: rgb(21,150,60); }
td.TdClassName
{
border-color: #15963C;
}
.TagClassName
{
border-color: #15963C;
}
</style>