Shades of Pigment Green #039B42
Tints of Pigment Green #039B42
RGB
CMYK
RGB Variations
Color information
#039B42 (or 0x039B42) is known color: Pigment Green. HEX triplet: 03, 9B and 42. RGB value is (3,155,66). Sum of RGB (Red+Green+Blue) = 3+155+66=224 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.34% from 224); Green value is 155 (60.94% from 255 or 69.20% from 224); Blue value is 66 (26.17% from 255 or 29.46% from 224); Max value from RGB is 155 - color contains mainly: green. Hex color #039B42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #039B42 is #FC64BD. Grayscale: #636363. Windows color (decimal): -16540862 or 4365059. OLE color: 4365059.
HSL color Cylindrical-coordinate representation of color #039B42: hue angle of 144.87º 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 #039B42 is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 3 | 155 | 66 | - |
| CMYK | 0.98 | 0 | 0.57 | 0.39 |
| HSL | 144.87º | 0.96% | 0.31% | - |
| HSV(B) | 144.87º | 0.98% | 0.61% | - |
| XYZ | 12.74 | 23.86 | 9.09 | - |
| YUV | 99.41 | 109.14 | 59.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 155 | 66 | 0.98 | 0 | 0.57 | 0.39 | 144.87 | 0.96 | 0.31 |
| Hex | 3 | 9B | 42 | 62 | 0 | 39 | 27 | 91 | 60 | 1F |
| Octal | 3 | 233 | 102 | 142 | 0 | 71 | 47 | 221 | 140 | 37 |
| Binary | 11 | 10011011 | 1000010 | 1100010 | 0 | 111001 | 100111 | 10010001 | 1100000 | 11111 |
Color Harmonies of #039B42
Complementary color
Monochromatic Colors of #039B42
Black with #039B42
Text Example
Text Example
White with #039B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039B42; }
p { color: rgb(3,155,66); }
H1.HeaderClassName
{
color: #039B42;
}
.AnyTagClassName
{
color: #039B42;
}
</style>
background-color css
<style>
a { background-color: #039B42; }
a { background-color: rgb(3,155,66); }
div.DivClassName
{
background-color: #039B42;
}
.BgClassName
{
background-color: #039B42;
}
</style>
border-color css
<style>
span { border-color: #039B42; }
span { border-color: rgb(3,155,66); }
td.TdClassName
{
border-color: #039B42;
}
.TagClassName
{
border-color: #039B42;
}
</style>