Shades of Pigment Green #039A3A
Tints of Pigment Green #039A3A
RGB
CMYK
RGB Variations
Color information
#039A3A (or 0x039A3A) is known color: Pigment Green. HEX triplet: 03, 9A and 3A. RGB value is (3,154,58). Sum of RGB (Red+Green+Blue) = 3+154+58=215 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 215); Green value is 154 (60.55% from 255 or 71.63% from 215); Blue value is 58 (23.05% from 255 or 26.98% from 215); Max value from RGB is 154 - color contains mainly: green. Hex color #039A3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #039A3A is #FC65C5. Grayscale: #626262. Windows color (decimal): -16541126 or 3840515. OLE color: 3840515.
HSL color Cylindrical-coordinate representation of color #039A3A: hue angle of 141.85º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039A3A is Cyan = 0.98, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 3 | 154 | 58 | - |
| CMYK | 0.98 | 0 | 0.62 | 0.40 |
| HSL | 141.85º | 0.96% | 0.31% | - |
| HSV(B) | 141.85º | 0.98% | 0.6% | - |
| XYZ | 12.36 | 23.44 | 7.88 | - |
| YUV | 97.91 | 105.47 | 60.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 154 | 58 | 0.98 | 0 | 0.62 | 0.40 | 141.85 | 0.96 | 0.31 |
| Hex | 3 | 9A | 3A | 62 | 0 | 3E | 28 | 8E | 60 | 1F |
| Octal | 3 | 232 | 72 | 142 | 0 | 76 | 50 | 216 | 140 | 37 |
| Binary | 11 | 10011010 | 111010 | 1100010 | 0 | 111110 | 101000 | 10001110 | 1100000 | 11111 |
Color Harmonies of #039A3A
Complementary color
Monochromatic Colors of #039A3A
Black with #039A3A
Text Example
Text Example
White with #039A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039A3A; }
p { color: rgb(3,154,58); }
H1.HeaderClassName
{
color: #039A3A;
}
.AnyTagClassName
{
color: #039A3A;
}
</style>
background-color css
<style>
a { background-color: #039A3A; }
a { background-color: rgb(3,154,58); }
div.DivClassName
{
background-color: #039A3A;
}
.BgClassName
{
background-color: #039A3A;
}
</style>
border-color css
<style>
span { border-color: #039A3A; }
span { border-color: rgb(3,154,58); }
td.TdClassName
{
border-color: #039A3A;
}
.TagClassName
{
border-color: #039A3A;
}
</style>