Shades of Pigment Green #039434
Tints of Pigment Green #039434
RGB
CMYK
RGB Variations
Color information
#039434 (or 0x039434) is known color: Pigment Green. HEX triplet: 03, 94 and 34. RGB value is (3,148,52). Sum of RGB (Red+Green+Blue) = 3+148+52=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 148 (58.20% from 255 or 72.91% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 148 - color contains mainly: green. Hex color #039434 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #039434 is #FC6BCB. Grayscale: #5D5D5D. Windows color (decimal): -16542668 or 3445763. OLE color: 3445763.
HSL color Cylindrical-coordinate representation of color #039434: hue angle of 140.28º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039434 is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 148 | 52 | - |
| CMYK | 0.98 | 0 | 0.65 | 0.42 |
| HSL | 140.28º | 0.96% | 0.3% | - |
| HSV(B) | 140.28º | 0.98% | 0.58% | - |
| XYZ | 11.25 | 21.45 | 6.8 | - |
| YUV | 93.7 | 104.46 | 63.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 148 | 52 | 0.98 | 0 | 0.65 | 0.42 | 140.28 | 0.96 | 0.3 |
| Hex | 3 | 94 | 34 | 62 | 0 | 41 | 2A | 8C | 60 | 1E |
| Octal | 3 | 224 | 64 | 142 | 0 | 101 | 52 | 214 | 140 | 36 |
| Binary | 11 | 10010100 | 110100 | 1100010 | 0 | 1000001 | 101010 | 10001100 | 1100000 | 11110 |
Color Harmonies of #039434
Complementary color
Monochromatic Colors of #039434
Black with #039434
Text Example
Text Example
White with #039434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039434; }
p { color: rgb(3,148,52); }
H1.HeaderClassName
{
color: #039434;
}
.AnyTagClassName
{
color: #039434;
}
</style>
background-color css
<style>
a { background-color: #039434; }
a { background-color: rgb(3,148,52); }
div.DivClassName
{
background-color: #039434;
}
.BgClassName
{
background-color: #039434;
}
</style>
border-color css
<style>
span { border-color: #039434; }
span { border-color: rgb(3,148,52); }
td.TdClassName
{
border-color: #039434;
}
.TagClassName
{
border-color: #039434;
}
</style>