Shades of Pigment Green #039750
Tints of Pigment Green #039750
RGB
CMYK
RGB Variations
Color information
#039750 (or 0x039750) is known color: Pigment Green. HEX triplet: 03, 97 and 50. RGB value is (3,151,80). Sum of RGB (Red+Green+Blue) = 3+151+80=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 151 (59.38% from 255 or 64.53% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 151 - color contains mainly: green. Hex color #039750 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039750 is #FC68AF. Grayscale: #626262. Windows color (decimal): -16541872 or 5281539. OLE color: 5281539.
HSL color Cylindrical-coordinate representation of color #039750: hue angle of 151.22º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039750 is Cyan = 0.98, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 3 | 151 | 80 | - |
| CMYK | 0.98 | 0 | 0.47 | 0.41 |
| HSL | 151.22º | 0.96% | 0.3% | - |
| HSV(B) | 151.22º | 0.98% | 0.59% | - |
| XYZ | 12.55 | 22.73 | 11.32 | - |
| YUV | 98.65 | 117.47 | 59.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 151 | 80 | 0.98 | 0 | 0.47 | 0.41 | 151.22 | 0.96 | 0.3 |
| Hex | 3 | 97 | 50 | 62 | 0 | 2F | 29 | 97 | 60 | 1E |
| Octal | 3 | 227 | 120 | 142 | 0 | 57 | 51 | 227 | 140 | 36 |
| Binary | 11 | 10010111 | 1010000 | 1100010 | 0 | 101111 | 101001 | 10010111 | 1100000 | 11110 |
Color Harmonies of #039750
Complementary color
Monochromatic Colors of #039750
Black with #039750
Text Example
Text Example
White with #039750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039750; }
p { color: rgb(3,151,80); }
H1.HeaderClassName
{
color: #039750;
}
.AnyTagClassName
{
color: #039750;
}
</style>
background-color css
<style>
a { background-color: #039750; }
a { background-color: rgb(3,151,80); }
div.DivClassName
{
background-color: #039750;
}
.BgClassName
{
background-color: #039750;
}
</style>
border-color css
<style>
span { border-color: #039750; }
span { border-color: rgb(3,151,80); }
td.TdClassName
{
border-color: #039750;
}
.TagClassName
{
border-color: #039750;
}
</style>