Shades of Pigment Green #04944C
Tints of Pigment Green #04944C
RGB
CMYK
RGB Variations
Color information
#04944C (or 0x04944C) is known color: Pigment Green. HEX triplet: 04, 94 and 4C. RGB value is (4,148,76). Sum of RGB (Red+Green+Blue) = 4+148+76=228 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 228); Green value is 148 (58.20% from 255 or 64.91% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 148 - color contains mainly: green. Hex color #04944C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04944C is #FB6BB3. Grayscale: #606060. Windows color (decimal): -16477108 or 5018628. OLE color: 5018628.
HSL color Cylindrical-coordinate representation of color #04944C: hue angle of 150º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04944C is Cyan = 0.97, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 4 | 148 | 76 | - |
| CMYK | 0.97 | 0 | 0.49 | 0.42 |
| HSL | 150º | 0.95% | 0.3% | - |
| HSV(B) | 150º | 0.97% | 0.58% | - |
| XYZ | 11.94 | 21.73 | 10.4 | - |
| YUV | 96.74 | 116.29 | 61.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 148 | 76 | 0.97 | 0 | 0.49 | 0.42 | 150 | 0.95 | 0.3 |
| Hex | 4 | 94 | 4C | 61 | 0 | 31 | 2A | 96 | 5F | 1E |
| Octal | 4 | 224 | 114 | 141 | 0 | 61 | 52 | 226 | 137 | 36 |
| Binary | 100 | 10010100 | 1001100 | 1100001 | 0 | 110001 | 101010 | 10010110 | 1011111 | 11110 |
Color Harmonies of #04944C
Complementary color
Monochromatic Colors of #04944C
Black with #04944C
Text Example
Text Example
White with #04944C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04944C; }
p { color: rgb(4,148,76); }
H1.HeaderClassName
{
color: #04944C;
}
.AnyTagClassName
{
color: #04944C;
}
</style>
background-color css
<style>
a { background-color: #04944C; }
a { background-color: rgb(4,148,76); }
div.DivClassName
{
background-color: #04944C;
}
.BgClassName
{
background-color: #04944C;
}
</style>
border-color css
<style>
span { border-color: #04944C; }
span { border-color: rgb(4,148,76); }
td.TdClassName
{
border-color: #04944C;
}
.TagClassName
{
border-color: #04944C;
}
</style>