Shades of Dark Pastel Green #04C02A
Tints of Dark Pastel Green #04C02A
RGB
CMYK
RGB Variations
Color information
#04C02A (or 0x04C02A) is known color: Dark Pastel Green. HEX triplet: 04, C0 and 2A. RGB value is (4,192,42). Sum of RGB (Red+Green+Blue) = 4+192+42=238 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.68% from 238); Green value is 192 (75.39% from 255 or 80.67% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 192 - color contains mainly: green. Hex color #04C02A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C02A is #FB3FD5. Grayscale: #777777. Windows color (decimal): -16465878 or 2801668. OLE color: 2801668.
HSL color Cylindrical-coordinate representation of color #04C02A: hue angle of 132.13º 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 #04C02A is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 192 | 42 | - |
| CMYK | 0.98 | 0 | 0.78 | 0.25 |
| HSL | 132.13º | 0.96% | 0.38% | - |
| HSV(B) | 132.13º | 0.98% | 0.75% | - |
| XYZ | 19.32 | 37.89 | 8.49 | - |
| YUV | 118.69 | 84.72 | 46.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 192 | 42 | 0.98 | 0 | 0.78 | 0.25 | 132.13 | 0.96 | 0.38 |
| Hex | 4 | C0 | 2A | 62 | 0 | 4E | 19 | 84 | 60 | 26 |
| Octal | 4 | 300 | 52 | 142 | 0 | 116 | 31 | 204 | 140 | 46 |
| Binary | 100 | 11000000 | 101010 | 1100010 | 0 | 1001110 | 11001 | 10000100 | 1100000 | 100110 |
Color Harmonies of #04C02A
Complementary color
Monochromatic Colors of #04C02A
Black with #04C02A
Text Example
Text Example
White with #04C02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C02A; }
p { color: rgb(4,192,42); }
H1.HeaderClassName
{
color: #04C02A;
}
.AnyTagClassName
{
color: #04C02A;
}
</style>
background-color css
<style>
a { background-color: #04C02A; }
a { background-color: rgb(4,192,42); }
div.DivClassName
{
background-color: #04C02A;
}
.BgClassName
{
background-color: #04C02A;
}
</style>
border-color css
<style>
span { border-color: #04C02A; }
span { border-color: rgb(4,192,42); }
td.TdClassName
{
border-color: #04C02A;
}
.TagClassName
{
border-color: #04C02A;
}
</style>