Shades of Dark Pastel Green #04D02A
Tints of Dark Pastel Green #04D02A
RGB
CMYK
RGB Variations
Color information
#04D02A (or 0x04D02A) is known color: Dark Pastel Green. HEX triplet: 04, D0 and 2A. RGB value is (4,208,42). Sum of RGB (Red+Green+Blue) = 4+208+42=254 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 254); Green value is 208 (81.64% from 255 or 81.89% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 208 - color contains mainly: green. Hex color #04D02A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04D02A is #FB2FD5. Grayscale: #808080. Windows color (decimal): -16461782 or 2805764. OLE color: 2805764.
HSL color Cylindrical-coordinate representation of color #04D02A: hue angle of 131.18º 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 #04D02A is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 208 | 42 | - |
| CMYK | 0.98 | 0 | 0.80 | 0.18 |
| HSL | 131.18º | 0.96% | 0.42% | - |
| HSV(B) | 131.18º | 0.98% | 0.82% | - |
| XYZ | 23.02 | 45.3 | 9.72 | - |
| YUV | 128.08 | 79.41 | 39.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 208 | 42 | 0.98 | 0 | 0.80 | 0.18 | 131.18 | 0.96 | 0.42 |
| Hex | 4 | D0 | 2A | 62 | 0 | 50 | 12 | 83 | 60 | 2A |
| Octal | 4 | 320 | 52 | 142 | 0 | 120 | 22 | 203 | 140 | 52 |
| Binary | 100 | 11010000 | 101010 | 1100010 | 0 | 1010000 | 10010 | 10000011 | 1100000 | 101010 |
Color Harmonies of #04D02A
Complementary color
Monochromatic Colors of #04D02A
Black with #04D02A
Text Example
Text Example
White with #04D02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D02A; }
p { color: rgb(4,208,42); }
H1.HeaderClassName
{
color: #04D02A;
}
.AnyTagClassName
{
color: #04D02A;
}
</style>
background-color css
<style>
a { background-color: #04D02A; }
a { background-color: rgb(4,208,42); }
div.DivClassName
{
background-color: #04D02A;
}
.BgClassName
{
background-color: #04D02A;
}
</style>
border-color css
<style>
span { border-color: #04D02A; }
span { border-color: rgb(4,208,42); }
td.TdClassName
{
border-color: #04D02A;
}
.TagClassName
{
border-color: #04D02A;
}
</style>