Shades of Dark Pastel Green #04C032
Tints of Dark Pastel Green #04C032
RGB
CMYK
RGB Variations
Color information
#04C032 (or 0x04C032) is known color: Dark Pastel Green. HEX triplet: 04, C0 and 32. RGB value is (4,192,50). Sum of RGB (Red+Green+Blue) = 4+192+50=246 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 246); Green value is 192 (75.39% from 255 or 78.05% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 192 - color contains mainly: green. Hex color #04C032 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C032 is #FB3FCD. Grayscale: #777777. Windows color (decimal): -16465870 or 3325956. OLE color: 3325956.
HSL color Cylindrical-coordinate representation of color #04C032: hue angle of 134.68º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C032 is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 192 | 50 | - |
| CMYK | 0.98 | 0 | 0.74 | 0.25 |
| HSL | 134.68º | 0.96% | 0.38% | - |
| HSV(B) | 134.68º | 0.98% | 0.75% | - |
| XYZ | 19.48 | 37.96 | 9.32 | - |
| YUV | 119.6 | 88.72 | 45.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 192 | 50 | 0.98 | 0 | 0.74 | 0.25 | 134.68 | 0.96 | 0.38 |
| Hex | 4 | C0 | 32 | 62 | 0 | 4A | 19 | 87 | 60 | 26 |
| Octal | 4 | 300 | 62 | 142 | 0 | 112 | 31 | 207 | 140 | 46 |
| Binary | 100 | 11000000 | 110010 | 1100010 | 0 | 1001010 | 11001 | 10000111 | 1100000 | 100110 |
Color Harmonies of #04C032
Complementary color
Monochromatic Colors of #04C032
Black with #04C032
Text Example
Text Example
White with #04C032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C032; }
p { color: rgb(4,192,50); }
H1.HeaderClassName
{
color: #04C032;
}
.AnyTagClassName
{
color: #04C032;
}
</style>
background-color css
<style>
a { background-color: #04C032; }
a { background-color: rgb(4,192,50); }
div.DivClassName
{
background-color: #04C032;
}
.BgClassName
{
background-color: #04C032;
}
</style>
border-color css
<style>
span { border-color: #04C032; }
span { border-color: rgb(4,192,50); }
td.TdClassName
{
border-color: #04C032;
}
.TagClassName
{
border-color: #04C032;
}
</style>