Shades of Dark Pastel Green #039F2F
Tints of Dark Pastel Green #039F2F
RGB
CMYK
RGB Variations
Color information
#039F2F (or 0x039F2F) is known color: Dark Pastel Green. HEX triplet: 03, 9F and 2F. RGB value is (3,159,47). Sum of RGB (Red+Green+Blue) = 3+159+47=209 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 209); Green value is 159 (62.5% from 255 or 76.08% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 159 - color contains mainly: green. Hex color #039F2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #039F2F is #FC60D0. Grayscale: #636363. Windows color (decimal): -16539857 or 3120899. OLE color: 3120899.
HSL color Cylindrical-coordinate representation of color #039F2F: hue angle of 136.92º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039F2F is Cyan = 0.98, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 3 | 159 | 47 | - |
| CMYK | 0.98 | 0 | 0.70 | 0.38 |
| HSL | 136.92º | 0.96% | 0.32% | - |
| HSV(B) | 136.92º | 0.98% | 0.62% | - |
| XYZ | 12.95 | 25.02 | 6.84 | - |
| YUV | 99.59 | 98.32 | 59.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 159 | 47 | 0.98 | 0 | 0.70 | 0.38 | 136.92 | 0.96 | 0.32 |
| Hex | 3 | 9F | 2F | 62 | 0 | 46 | 26 | 89 | 60 | 20 |
| Octal | 3 | 237 | 57 | 142 | 0 | 106 | 46 | 211 | 140 | 40 |
| Binary | 11 | 10011111 | 101111 | 1100010 | 0 | 1000110 | 100110 | 10001001 | 1100000 | 100000 |
Color Harmonies of #039F2F
Complementary color
Monochromatic Colors of #039F2F
Black with #039F2F
Text Example
Text Example
White with #039F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039F2F; }
p { color: rgb(3,159,47); }
H1.HeaderClassName
{
color: #039F2F;
}
.AnyTagClassName
{
color: #039F2F;
}
</style>
background-color css
<style>
a { background-color: #039F2F; }
a { background-color: rgb(3,159,47); }
div.DivClassName
{
background-color: #039F2F;
}
.BgClassName
{
background-color: #039F2F;
}
</style>
border-color css
<style>
span { border-color: #039F2F; }
span { border-color: rgb(3,159,47); }
td.TdClassName
{
border-color: #039F2F;
}
.TagClassName
{
border-color: #039F2F;
}
</style>