Shades of Dark Pastel Green #04B924
Tints of Dark Pastel Green #04B924
RGB
CMYK
RGB Variations
Color information
#04B924 (or 0x04B924) is known color: Dark Pastel Green. HEX triplet: 04, B9 and 24. RGB value is (4,185,36). Sum of RGB (Red+Green+Blue) = 4+185+36=225 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.78% from 225); Green value is 185 (72.66% from 255 or 82.22% from 225); Blue value is 36 (14.45% from 255 or 16% from 225); Max value from RGB is 185 - color contains mainly: green. Hex color #04B924 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04B924 is #FB46DB. Grayscale: #727272. Windows color (decimal): -16467676 or 2406660. OLE color: 2406660.
HSL color Cylindrical-coordinate representation of color #04B924: hue angle of 130.61º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B924 is Cyan = 0.98, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 185 | 36 | - |
| CMYK | 0.98 | 0 | 0.81 | 0.27 |
| HSL | 130.61º | 0.96% | 0.37% | - |
| HSV(B) | 130.61º | 0.98% | 0.73% | - |
| XYZ | 17.72 | 34.85 | 7.46 | - |
| YUV | 113.9 | 84.03 | 49.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 185 | 36 | 0.98 | 0 | 0.81 | 0.27 | 130.61 | 0.96 | 0.37 |
| Hex | 4 | B9 | 24 | 62 | 0 | 51 | 1B | 83 | 60 | 25 |
| Octal | 4 | 271 | 44 | 142 | 0 | 121 | 33 | 203 | 140 | 45 |
| Binary | 100 | 10111001 | 100100 | 1100010 | 0 | 1010001 | 11011 | 10000011 | 1100000 | 100101 |
Color Harmonies of #04B924
Complementary color
Monochromatic Colors of #04B924
Black with #04B924
Text Example
Text Example
White with #04B924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B924; }
p { color: rgb(4,185,36); }
H1.HeaderClassName
{
color: #04B924;
}
.AnyTagClassName
{
color: #04B924;
}
</style>
background-color css
<style>
a { background-color: #04B924; }
a { background-color: rgb(4,185,36); }
div.DivClassName
{
background-color: #04B924;
}
.BgClassName
{
background-color: #04B924;
}
</style>
border-color css
<style>
span { border-color: #04B924; }
span { border-color: rgb(4,185,36); }
td.TdClassName
{
border-color: #04B924;
}
.TagClassName
{
border-color: #04B924;
}
</style>