Shades of Dark Pastel Green #04D234
Tints of Dark Pastel Green #04D234
RGB
CMYK
RGB Variations
Color information
#04D234 (or 0x04D234) is known color: Dark Pastel Green. HEX triplet: 04, D2 and 34. RGB value is (4,210,52). Sum of RGB (Red+Green+Blue) = 4+210+52=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 210 (82.42% from 255 or 78.95% from 266); Blue value is 52 (20.70% from 255 or 19.55% from 266); Max value from RGB is 210 - color contains mainly: green. Hex color #04D234 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04D234 is #FB2DCB. Grayscale: #828282. Windows color (decimal): -16461260 or 3461636. OLE color: 3461636.
HSL color Cylindrical-coordinate representation of color #04D234: hue angle of 133.98º 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 #04D234 is Cyan = 0.98, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 210 | 52 | - |
| CMYK | 0.98 | 0 | 0.75 | 0.18 |
| HSL | 133.98º | 0.96% | 0.42% | - |
| HSV(B) | 133.98º | 0.98% | 0.82% | - |
| XYZ | 23.72 | 46.37 | 10.95 | - |
| YUV | 130.39 | 83.75 | 37.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 210 | 52 | 0.98 | 0 | 0.75 | 0.18 | 133.98 | 0.96 | 0.42 |
| Hex | 4 | D2 | 34 | 62 | 0 | 4B | 12 | 86 | 60 | 2A |
| Octal | 4 | 322 | 64 | 142 | 0 | 113 | 22 | 206 | 140 | 52 |
| Binary | 100 | 11010010 | 110100 | 1100010 | 0 | 1001011 | 10010 | 10000110 | 1100000 | 101010 |
Color Harmonies of #04D234
Complementary color
Monochromatic Colors of #04D234
Black with #04D234
Text Example
Text Example
White with #04D234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D234; }
p { color: rgb(4,210,52); }
H1.HeaderClassName
{
color: #04D234;
}
.AnyTagClassName
{
color: #04D234;
}
</style>
background-color css
<style>
a { background-color: #04D234; }
a { background-color: rgb(4,210,52); }
div.DivClassName
{
background-color: #04D234;
}
.BgClassName
{
background-color: #04D234;
}
</style>
border-color css
<style>
span { border-color: #04D234; }
span { border-color: rgb(4,210,52); }
td.TdClassName
{
border-color: #04D234;
}
.TagClassName
{
border-color: #04D234;
}
</style>