Shades of Pigment Green #009948
Tints of Pigment Green #009948
RGB
CMYK
RGB Variations
Color information
#009948 (or 0x009948) is known color: Pigment Green. HEX triplet: 00, 99 and 48. RGB value is (0,153,72). Sum of RGB (Red+Green+Blue) = 0+153+72=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 153 (60.16% from 255 or 68% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 153 - color contains mainly: green. Hex color #009948 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009948 is #FF66B7. Grayscale: #626262. Windows color (decimal): -16737976 or 4757760. OLE color: 4757760.
HSL color Cylindrical-coordinate representation of color #009948: hue angle of 148.24º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009948 is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 153 | 72 | - |
| CMYK | 1 | 0 | 0.53 | 0.4 |
| HSL | 148.24º | 1% | 0.3% | - |
| HSV(B) | 148.24º | 1% | 0.6% | - |
| XYZ | 12.56 | 23.25 | 9.96 | - |
| YUV | 98.02 | 113.31 | 58.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 153 | 72 | 1 | 0 | 0.53 | 0.4 | 148.24 | 1 | 0.3 |
| Hex | 0 | 99 | 48 | 64 | 0 | 35 | 28 | 94 | 64 | 1E |
| Octal | 0 | 231 | 110 | 144 | 0 | 65 | 50 | 224 | 144 | 36 |
| Binary | 0 | 10011001 | 1001000 | 1100100 | 0 | 110101 | 101000 | 10010100 | 1100100 | 11110 |
Color Harmonies of #009948
Complementary color
Monochromatic Colors of #009948
Black with #009948
Text Example
Text Example
White with #009948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009948; }
p { color: rgb(0,153,72); }
H1.HeaderClassName
{
color: #009948;
}
.AnyTagClassName
{
color: #009948;
}
</style>
background-color css
<style>
a { background-color: #009948; }
a { background-color: rgb(0,153,72); }
div.DivClassName
{
background-color: #009948;
}
.BgClassName
{
background-color: #009948;
}
</style>
border-color css
<style>
span { border-color: #009948; }
span { border-color: rgb(0,153,72); }
td.TdClassName
{
border-color: #009948;
}
.TagClassName
{
border-color: #009948;
}
</style>