Shades of Pigment Green #039B2F
Tints of Pigment Green #039B2F
RGB
CMYK
RGB Variations
Color information
#039B2F (or 0x039B2F) is known color: Pigment Green. HEX triplet: 03, 9B and 2F. RGB value is (3,155,47). Sum of RGB (Red+Green+Blue) = 3+155+47=205 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 205); Green value is 155 (60.94% from 255 or 75.61% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 155 - color contains mainly: green. Hex color #039B2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #039B2F is #FC64D0. Grayscale: #616161. Windows color (decimal): -16540881 or 3119875. OLE color: 3119875.
HSL color Cylindrical-coordinate representation of color #039B2F: hue angle of 137.37º 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 #039B2F is Cyan = 0.98, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 3 | 155 | 47 | - |
| CMYK | 0.98 | 0 | 0.70 | 0.39 |
| HSL | 137.37º | 0.96% | 0.31% | - |
| HSV(B) | 137.37º | 0.98% | 0.61% | - |
| XYZ | 12.27 | 23.67 | 6.61 | - |
| YUV | 97.24 | 99.64 | 60.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 155 | 47 | 0.98 | 0 | 0.70 | 0.39 | 137.37 | 0.96 | 0.31 |
| Hex | 3 | 9B | 2F | 62 | 0 | 46 | 27 | 89 | 60 | 1F |
| Octal | 3 | 233 | 57 | 142 | 0 | 106 | 47 | 211 | 140 | 37 |
| Binary | 11 | 10011011 | 101111 | 1100010 | 0 | 1000110 | 100111 | 10001001 | 1100000 | 11111 |
Color Harmonies of #039B2F
Complementary color
Monochromatic Colors of #039B2F
Black with #039B2F
Text Example
Text Example
White with #039B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039B2F; }
p { color: rgb(3,155,47); }
H1.HeaderClassName
{
color: #039B2F;
}
.AnyTagClassName
{
color: #039B2F;
}
</style>
background-color css
<style>
a { background-color: #039B2F; }
a { background-color: rgb(3,155,47); }
div.DivClassName
{
background-color: #039B2F;
}
.BgClassName
{
background-color: #039B2F;
}
</style>
border-color css
<style>
span { border-color: #039B2F; }
span { border-color: rgb(3,155,47); }
td.TdClassName
{
border-color: #039B2F;
}
.TagClassName
{
border-color: #039B2F;
}
</style>