Shades of Dark Pastel Green #049F2D
Tints of Dark Pastel Green #049F2D
RGB
CMYK
RGB Variations
Color information
#049F2D (or 0x049F2D) is known color: Dark Pastel Green. HEX triplet: 04, 9F and 2D. RGB value is (4,159,45). Sum of RGB (Red+Green+Blue) = 4+159+45=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 159 (62.5% from 255 or 76.44% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 159 - color contains mainly: green. Hex color #049F2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049F2D is #FB60D2. Grayscale: #636363. Windows color (decimal): -16474323 or 2989828. OLE color: 2989828.
HSL color Cylindrical-coordinate representation of color #049F2D: hue angle of 135.87º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049F2D is Cyan = 0.97, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 4 | 159 | 45 | - |
| CMYK | 0.97 | 0 | 0.72 | 0.38 |
| HSL | 135.87º | 0.95% | 0.32% | - |
| HSV(B) | 135.87º | 0.97% | 0.62% | - |
| XYZ | 12.92 | 25.01 | 6.63 | - |
| YUV | 99.66 | 97.15 | 59.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 159 | 45 | 0.97 | 0 | 0.72 | 0.38 | 135.87 | 0.95 | 0.32 |
| Hex | 4 | 9F | 2D | 61 | 0 | 48 | 26 | 88 | 5F | 20 |
| Octal | 4 | 237 | 55 | 141 | 0 | 110 | 46 | 210 | 137 | 40 |
| Binary | 100 | 10011111 | 101101 | 1100001 | 0 | 1001000 | 100110 | 10001000 | 1011111 | 100000 |
Color Harmonies of #049F2D
Complementary color
Monochromatic Colors of #049F2D
Black with #049F2D
Text Example
Text Example
White with #049F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049F2D; }
p { color: rgb(4,159,45); }
H1.HeaderClassName
{
color: #049F2D;
}
.AnyTagClassName
{
color: #049F2D;
}
</style>
background-color css
<style>
a { background-color: #049F2D; }
a { background-color: rgb(4,159,45); }
div.DivClassName
{
background-color: #049F2D;
}
.BgClassName
{
background-color: #049F2D;
}
</style>
border-color css
<style>
span { border-color: #049F2D; }
span { border-color: rgb(4,159,45); }
td.TdClassName
{
border-color: #049F2D;
}
.TagClassName
{
border-color: #049F2D;
}
</style>