Shades of Pigment Green #15954B
Tints of Pigment Green #15954B
RGB
CMYK
RGB Variations
Color information
#15954B (or 0x15954B) is known color: Pigment Green. HEX triplet: 15, 95 and 4B. RGB value is (21,149,75). Sum of RGB (Red+Green+Blue) = 21+149+75=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 149 (58.59% from 255 or 60.82% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 149 - color contains mainly: green. Hex color #15954B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15954B is #EA6AB4. Grayscale: #666666. Windows color (decimal): -15362741 or 4953365. OLE color: 4953365.
HSL color Cylindrical-coordinate representation of color #15954B: hue angle of 145.31º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15954B is Cyan = 0.86, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 149 | 75 | - |
| CMYK | 0.86 | 0 | 0.50 | 0.42 |
| HSL | 145.31º | 0.75% | 0.33% | - |
| HSV(B) | 145.31º | 0.86% | 0.58% | - |
| XYZ | 12.33 | 22.16 | 10.28 | - |
| YUV | 102.29 | 112.59 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 149 | 75 | 0.86 | 0 | 0.50 | 0.42 | 145.31 | 0.75 | 0.33 |
| Hex | 15 | 95 | 4B | 56 | 0 | 32 | 2A | 91 | 4B | 21 |
| Octal | 25 | 225 | 113 | 126 | 0 | 62 | 52 | 221 | 113 | 41 |
| Binary | 10101 | 10010101 | 1001011 | 1010110 | 0 | 110010 | 101010 | 10010001 | 1001011 | 100001 |
Color Harmonies of #15954B
Complementary color
Monochromatic Colors of #15954B
Black with #15954B
Text Example
Text Example
White with #15954B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15954B; }
p { color: rgb(21,149,75); }
H1.HeaderClassName
{
color: #15954B;
}
.AnyTagClassName
{
color: #15954B;
}
</style>
background-color css
<style>
a { background-color: #15954B; }
a { background-color: rgb(21,149,75); }
div.DivClassName
{
background-color: #15954B;
}
.BgClassName
{
background-color: #15954B;
}
</style>
border-color css
<style>
span { border-color: #15954B; }
span { border-color: rgb(21,149,75); }
td.TdClassName
{
border-color: #15954B;
}
.TagClassName
{
border-color: #15954B;
}
</style>