Shades of Dark Pastel Green #04B849
Tints of Dark Pastel Green #04B849
RGB
CMYK
RGB Variations
Color information
#04B849 (or 0x04B849) is known color: Dark Pastel Green. HEX triplet: 04, B8 and 49. RGB value is (4,184,73). Sum of RGB (Red+Green+Blue) = 4+184+73=261 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 261); Green value is 184 (72.27% from 255 or 70.50% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 184 - color contains mainly: green. Hex color #04B849 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04B849 is #FB47B6. Grayscale: #757575. Windows color (decimal): -16467895 or 4831236. OLE color: 4831236.
HSL color Cylindrical-coordinate representation of color #04B849: hue angle of 143º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B849 is Cyan = 0.98, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 4 | 184 | 73 | - |
| CMYK | 0.98 | 0 | 0.60 | 0.28 |
| HSL | 143º | 0.96% | 0.37% | - |
| HSV(B) | 143º | 0.98% | 0.72% | - |
| XYZ | 18.39 | 34.79 | 12.05 | - |
| YUV | 117.53 | 102.87 | 47.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 184 | 73 | 0.98 | 0 | 0.60 | 0.28 | 143 | 0.96 | 0.37 |
| Hex | 4 | B8 | 49 | 62 | 0 | 3C | 1C | 8F | 60 | 25 |
| Octal | 4 | 270 | 111 | 142 | 0 | 74 | 34 | 217 | 140 | 45 |
| Binary | 100 | 10111000 | 1001001 | 1100010 | 0 | 111100 | 11100 | 10001111 | 1100000 | 100101 |
Color Harmonies of #04B849
Complementary color
Monochromatic Colors of #04B849
Black with #04B849
Text Example
Text Example
White with #04B849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B849; }
p { color: rgb(4,184,73); }
H1.HeaderClassName
{
color: #04B849;
}
.AnyTagClassName
{
color: #04B849;
}
</style>
background-color css
<style>
a { background-color: #04B849; }
a { background-color: rgb(4,184,73); }
div.DivClassName
{
background-color: #04B849;
}
.BgClassName
{
background-color: #04B849;
}
</style>
border-color css
<style>
span { border-color: #04B849; }
span { border-color: rgb(4,184,73); }
td.TdClassName
{
border-color: #04B849;
}
.TagClassName
{
border-color: #04B849;
}
</style>