Shades of Dark Pastel Green #04B542
Tints of Dark Pastel Green #04B542
RGB
CMYK
RGB Variations
Color information
#04B542 (or 0x04B542) is known color: Dark Pastel Green. HEX triplet: 04, B5 and 42. RGB value is (4,181,66). Sum of RGB (Red+Green+Blue) = 4+181+66=251 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 251); Green value is 181 (71.09% from 255 or 72.11% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 181 - color contains mainly: green. Hex color #04B542 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04B542 is #FB4ABD. Grayscale: #737373. Windows color (decimal): -16468670 or 4371716. OLE color: 4371716.
HSL color Cylindrical-coordinate representation of color #04B542: hue angle of 141.02º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B542 is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 4 | 181 | 66 | - |
| CMYK | 0.98 | 0 | 0.64 | 0.29 |
| HSL | 141.02º | 0.96% | 0.36% | - |
| HSV(B) | 141.02º | 0.98% | 0.71% | - |
| XYZ | 17.56 | 33.47 | 10.69 | - |
| YUV | 114.97 | 100.36 | 48.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 181 | 66 | 0.98 | 0 | 0.64 | 0.29 | 141.02 | 0.96 | 0.36 |
| Hex | 4 | B5 | 42 | 62 | 0 | 40 | 1D | 8D | 60 | 24 |
| Octal | 4 | 265 | 102 | 142 | 0 | 100 | 35 | 215 | 140 | 44 |
| Binary | 100 | 10110101 | 1000010 | 1100010 | 0 | 1000000 | 11101 | 10001101 | 1100000 | 100100 |
Color Harmonies of #04B542
Complementary color
Monochromatic Colors of #04B542
Black with #04B542
Text Example
Text Example
White with #04B542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B542; }
p { color: rgb(4,181,66); }
H1.HeaderClassName
{
color: #04B542;
}
.AnyTagClassName
{
color: #04B542;
}
</style>
background-color css
<style>
a { background-color: #04B542; }
a { background-color: rgb(4,181,66); }
div.DivClassName
{
background-color: #04B542;
}
.BgClassName
{
background-color: #04B542;
}
</style>
border-color css
<style>
span { border-color: #04B542; }
span { border-color: rgb(4,181,66); }
td.TdClassName
{
border-color: #04B542;
}
.TagClassName
{
border-color: #04B542;
}
</style>