Shades of Dark Pastel Green #04D044
Tints of Dark Pastel Green #04D044
RGB
CMYK
RGB Variations
Color information
#04D044 (or 0x04D044) is known color: Dark Pastel Green. HEX triplet: 04, D0 and 44. RGB value is (4,208,68). Sum of RGB (Red+Green+Blue) = 4+208+68=280 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 280); Green value is 208 (81.64% from 255 or 74.29% from 280); Blue value is 68 (26.95% from 255 or 24.29% from 280); Max value from RGB is 208 - color contains mainly: green. Hex color #04D044 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04D044 is #FB2FBB. Grayscale: #838383. Windows color (decimal): -16461756 or 4509700. OLE color: 4509700.
HSL color Cylindrical-coordinate representation of color #04D044: hue angle of 138.82º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D044 is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 208 | 68 | - |
| CMYK | 0.98 | 0 | 0.67 | 0.18 |
| HSL | 138.82º | 0.96% | 0.42% | - |
| HSV(B) | 138.82º | 0.98% | 0.82% | - |
| XYZ | 23.65 | 45.55 | 13.02 | - |
| YUV | 131.04 | 92.41 | 37.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 208 | 68 | 0.98 | 0 | 0.67 | 0.18 | 138.82 | 0.96 | 0.42 |
| Hex | 4 | D0 | 44 | 62 | 0 | 43 | 12 | 8B | 60 | 2A |
| Octal | 4 | 320 | 104 | 142 | 0 | 103 | 22 | 213 | 140 | 52 |
| Binary | 100 | 11010000 | 1000100 | 1100010 | 0 | 1000011 | 10010 | 10001011 | 1100000 | 101010 |
Color Harmonies of #04D044
Complementary color
Monochromatic Colors of #04D044
Black with #04D044
Text Example
Text Example
White with #04D044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D044; }
p { color: rgb(4,208,68); }
H1.HeaderClassName
{
color: #04D044;
}
.AnyTagClassName
{
color: #04D044;
}
</style>
background-color css
<style>
a { background-color: #04D044; }
a { background-color: rgb(4,208,68); }
div.DivClassName
{
background-color: #04D044;
}
.BgClassName
{
background-color: #04D044;
}
</style>
border-color css
<style>
span { border-color: #04D044; }
span { border-color: rgb(4,208,68); }
td.TdClassName
{
border-color: #04D044;
}
.TagClassName
{
border-color: #04D044;
}
</style>