Shades of Dark Pastel Green #04D32A
Tints of Dark Pastel Green #04D32A
RGB
CMYK
RGB Variations
Color information
#04D32A (or 0x04D32A) is known color: Dark Pastel Green. HEX triplet: 04, D3 and 2A. RGB value is (4,211,42). Sum of RGB (Red+Green+Blue) = 4+211+42=257 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 257); Green value is 211 (82.81% from 255 or 82.10% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 211 - color contains mainly: green. Hex color #04D32A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04D32A is #FB2CD5. Grayscale: #828282. Windows color (decimal): -16461014 or 2806532. OLE color: 2806532.
HSL color Cylindrical-coordinate representation of color #04D32A: hue angle of 131.01º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D32A is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 4 | 211 | 42 | - |
| CMYK | 0.98 | 0 | 0.80 | 0.17 |
| HSL | 131.01º | 0.96% | 0.42% | - |
| HSV(B) | 131.01º | 0.98% | 0.83% | - |
| XYZ | 23.76 | 46.78 | 9.97 | - |
| YUV | 129.84 | 78.42 | 38.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 211 | 42 | 0.98 | 0 | 0.80 | 0.17 | 131.01 | 0.96 | 0.42 |
| Hex | 4 | D3 | 2A | 62 | 0 | 50 | 11 | 83 | 60 | 2A |
| Octal | 4 | 323 | 52 | 142 | 0 | 120 | 21 | 203 | 140 | 52 |
| Binary | 100 | 11010011 | 101010 | 1100010 | 0 | 1010000 | 10001 | 10000011 | 1100000 | 101010 |
Color Harmonies of #04D32A
Complementary color
Monochromatic Colors of #04D32A
Black with #04D32A
Text Example
Text Example
White with #04D32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D32A; }
p { color: rgb(4,211,42); }
H1.HeaderClassName
{
color: #04D32A;
}
.AnyTagClassName
{
color: #04D32A;
}
</style>
background-color css
<style>
a { background-color: #04D32A; }
a { background-color: rgb(4,211,42); }
div.DivClassName
{
background-color: #04D32A;
}
.BgClassName
{
background-color: #04D32A;
}
</style>
border-color css
<style>
span { border-color: #04D32A; }
span { border-color: rgb(4,211,42); }
td.TdClassName
{
border-color: #04D32A;
}
.TagClassName
{
border-color: #04D32A;
}
</style>