Shades of Pigment Green #039B3A
Tints of Pigment Green #039B3A
RGB
CMYK
RGB Variations
Color information
#039B3A (or 0x039B3A) is known color: Pigment Green. HEX triplet: 03, 9B and 3A. RGB value is (3,155,58). Sum of RGB (Red+Green+Blue) = 3+155+58=216 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.39% from 216); Green value is 155 (60.94% from 255 or 71.76% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 155 - color contains mainly: green. Hex color #039B3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #039B3A is #FC64C5. Grayscale: #626262. Windows color (decimal): -16540870 or 3840771. OLE color: 3840771.
HSL color Cylindrical-coordinate representation of color #039B3A: hue angle of 141.71º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039B3A is Cyan = 0.98, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 3 | 155 | 58 | - |
| CMYK | 0.98 | 0 | 0.63 | 0.39 |
| HSL | 141.71º | 0.96% | 0.31% | - |
| HSV(B) | 141.71º | 0.98% | 0.61% | - |
| XYZ | 12.52 | 23.77 | 7.93 | - |
| YUV | 98.49 | 105.14 | 59.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 155 | 58 | 0.98 | 0 | 0.63 | 0.39 | 141.71 | 0.96 | 0.31 |
| Hex | 3 | 9B | 3A | 62 | 0 | 3F | 27 | 8E | 60 | 1F |
| Octal | 3 | 233 | 72 | 142 | 0 | 77 | 47 | 216 | 140 | 37 |
| Binary | 11 | 10011011 | 111010 | 1100010 | 0 | 111111 | 100111 | 10001110 | 1100000 | 11111 |
Color Harmonies of #039B3A
Complementary color
Monochromatic Colors of #039B3A
Black with #039B3A
Text Example
Text Example
White with #039B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039B3A; }
p { color: rgb(3,155,58); }
H1.HeaderClassName
{
color: #039B3A;
}
.AnyTagClassName
{
color: #039B3A;
}
</style>
background-color css
<style>
a { background-color: #039B3A; }
a { background-color: rgb(3,155,58); }
div.DivClassName
{
background-color: #039B3A;
}
.BgClassName
{
background-color: #039B3A;
}
</style>
border-color css
<style>
span { border-color: #039B3A; }
span { border-color: rgb(3,155,58); }
td.TdClassName
{
border-color: #039B3A;
}
.TagClassName
{
border-color: #039B3A;
}
</style>