Shades of Dark Pastel Green #04D731
Tints of Dark Pastel Green #04D731
RGB
CMYK
RGB Variations
Color information
#04D731 (or 0x04D731) is known color: Dark Pastel Green. HEX triplet: 04, D7 and 31. RGB value is (4,215,49). Sum of RGB (Red+Green+Blue) = 4+215+49=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 215 (84.38% from 255 or 80.22% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 215 - color contains mainly: green. Hex color #04D731 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04D731 is #FB28CE. Grayscale: #858585. Windows color (decimal): -16459983 or 3266308. OLE color: 3266308.
HSL color Cylindrical-coordinate representation of color #04D731: hue angle of 132.8º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D731 is Cyan = 0.98, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 4 | 215 | 49 | - |
| CMYK | 0.98 | 0 | 0.77 | 0.16 |
| HSL | 132.8º | 0.96% | 0.43% | - |
| HSV(B) | 132.8º | 0.98% | 0.84% | - |
| XYZ | 24.9 | 48.85 | 11.02 | - |
| YUV | 132.99 | 80.6 | 36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 215 | 49 | 0.98 | 0 | 0.77 | 0.16 | 132.8 | 0.96 | 0.43 |
| Hex | 4 | D7 | 31 | 62 | 0 | 4D | 10 | 85 | 60 | 2B |
| Octal | 4 | 327 | 61 | 142 | 0 | 115 | 20 | 205 | 140 | 53 |
| Binary | 100 | 11010111 | 110001 | 1100010 | 0 | 1001101 | 10000 | 10000101 | 1100000 | 101011 |
Color Harmonies of #04D731
Complementary color
Monochromatic Colors of #04D731
Black with #04D731
Text Example
Text Example
White with #04D731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D731; }
p { color: rgb(4,215,49); }
H1.HeaderClassName
{
color: #04D731;
}
.AnyTagClassName
{
color: #04D731;
}
</style>
background-color css
<style>
a { background-color: #04D731; }
a { background-color: rgb(4,215,49); }
div.DivClassName
{
background-color: #04D731;
}
.BgClassName
{
background-color: #04D731;
}
</style>
border-color css
<style>
span { border-color: #04D731; }
span { border-color: rgb(4,215,49); }
td.TdClassName
{
border-color: #04D731;
}
.TagClassName
{
border-color: #04D731;
}
</style>