Shades of Pigment Green #15B350
Tints of Pigment Green #15B350
RGB
CMYK
RGB Variations
Color information
#15B350 (or 0x15B350) is known color: Pigment Green. HEX triplet: 15, B3 and 50. RGB value is (21,179,80). Sum of RGB (Red+Green+Blue) = 21+179+80=280 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.5% from 280); Green value is 179 (70.31% from 255 or 63.93% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 179 - color contains mainly: green. Hex color #15B350 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #15B350 is #EA4CAF. Grayscale: #787878. Windows color (decimal): -15355056 or 5288725. OLE color: 5288725.
HSL color Cylindrical-coordinate representation of color #15B350: hue angle of 142.41º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15B350 is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 21 | 179 | 80 | - |
| CMYK | 0.88 | 0 | 0.55 | 0.30 |
| HSL | 142.41º | 0.79% | 0.39% | - |
| HSV(B) | 142.41º | 0.88% | 0.7% | - |
| XYZ | 17.88 | 32.98 | 13.01 | - |
| YUV | 120.47 | 105.15 | 57.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 179 | 80 | 0.88 | 0 | 0.55 | 0.30 | 142.41 | 0.79 | 0.39 |
| Hex | 15 | B3 | 50 | 58 | 0 | 37 | 1E | 8E | 4F | 27 |
| Octal | 25 | 263 | 120 | 130 | 0 | 67 | 36 | 216 | 117 | 47 |
| Binary | 10101 | 10110011 | 1010000 | 1011000 | 0 | 110111 | 11110 | 10001110 | 1001111 | 100111 |
Color Harmonies of #15B350
Complementary color
Monochromatic Colors of #15B350
Black with #15B350
Text Example
Text Example
White with #15B350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15B350; }
p { color: rgb(21,179,80); }
H1.HeaderClassName
{
color: #15B350;
}
.AnyTagClassName
{
color: #15B350;
}
</style>
background-color css
<style>
a { background-color: #15B350; }
a { background-color: rgb(21,179,80); }
div.DivClassName
{
background-color: #15B350;
}
.BgClassName
{
background-color: #15B350;
}
</style>
border-color css
<style>
span { border-color: #15B350; }
span { border-color: rgb(21,179,80); }
td.TdClassName
{
border-color: #15B350;
}
.TagClassName
{
border-color: #15B350;
}
</style>