Shades of Pigment Green #039B3F
Tints of Pigment Green #039B3F
RGB
CMYK
RGB Variations
Color information
#039B3F (or 0x039B3F) is known color: Pigment Green. HEX triplet: 03, 9B and 3F. RGB value is (3,155,63). Sum of RGB (Red+Green+Blue) = 3+155+63=221 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 221); Green value is 155 (60.94% from 255 or 70.14% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 155 - color contains mainly: green. Hex color #039B3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #039B3F is #FC64C0. Grayscale: #636363. Windows color (decimal): -16540865 or 4168451. OLE color: 4168451.
HSL color Cylindrical-coordinate representation of color #039B3F: hue angle of 143.68º 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 #039B3F is Cyan = 0.98, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 3 | 155 | 63 | - |
| CMYK | 0.98 | 0 | 0.59 | 0.39 |
| HSL | 143.68º | 0.96% | 0.31% | - |
| HSV(B) | 143.68º | 0.98% | 0.61% | - |
| XYZ | 12.66 | 23.82 | 8.63 | - |
| YUV | 99.06 | 107.64 | 59.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 155 | 63 | 0.98 | 0 | 0.59 | 0.39 | 143.68 | 0.96 | 0.31 |
| Hex | 3 | 9B | 3F | 62 | 0 | 3B | 27 | 90 | 60 | 1F |
| Octal | 3 | 233 | 77 | 142 | 0 | 73 | 47 | 220 | 140 | 37 |
| Binary | 11 | 10011011 | 111111 | 1100010 | 0 | 111011 | 100111 | 10010000 | 1100000 | 11111 |
Color Harmonies of #039B3F
Complementary color
Monochromatic Colors of #039B3F
Black with #039B3F
Text Example
Text Example
White with #039B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039B3F; }
p { color: rgb(3,155,63); }
H1.HeaderClassName
{
color: #039B3F;
}
.AnyTagClassName
{
color: #039B3F;
}
</style>
background-color css
<style>
a { background-color: #039B3F; }
a { background-color: rgb(3,155,63); }
div.DivClassName
{
background-color: #039B3F;
}
.BgClassName
{
background-color: #039B3F;
}
</style>
border-color css
<style>
span { border-color: #039B3F; }
span { border-color: rgb(3,155,63); }
td.TdClassName
{
border-color: #039B3F;
}
.TagClassName
{
border-color: #039B3F;
}
</style>