Shades of Dark Pastel Green #04C035
Tints of Dark Pastel Green #04C035
RGB
CMYK
RGB Variations
Color information
#04C035 (or 0x04C035) is known color: Dark Pastel Green. HEX triplet: 04, C0 and 35. RGB value is (4,192,53). Sum of RGB (Red+Green+Blue) = 4+192+53=249 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 249); Green value is 192 (75.39% from 255 or 77.11% from 249); Blue value is 53 (21.09% from 255 or 21.29% from 249); Max value from RGB is 192 - color contains mainly: green. Hex color #04C035 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C035 is #FB3FCA. Grayscale: #787878. Windows color (decimal): -16465867 or 3522564. OLE color: 3522564.
HSL color Cylindrical-coordinate representation of color #04C035: hue angle of 135.64º 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 #04C035 is Cyan = 0.98, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 192 | 53 | - |
| CMYK | 0.98 | 0 | 0.72 | 0.25 |
| HSL | 135.64º | 0.96% | 0.38% | - |
| HSV(B) | 135.64º | 0.98% | 0.75% | - |
| XYZ | 19.54 | 37.98 | 9.67 | - |
| YUV | 119.94 | 90.22 | 45.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 192 | 53 | 0.98 | 0 | 0.72 | 0.25 | 135.64 | 0.96 | 0.38 |
| Hex | 4 | C0 | 35 | 62 | 0 | 48 | 19 | 88 | 60 | 26 |
| Octal | 4 | 300 | 65 | 142 | 0 | 110 | 31 | 210 | 140 | 46 |
| Binary | 100 | 11000000 | 110101 | 1100010 | 0 | 1001000 | 11001 | 10001000 | 1100000 | 100110 |
Color Harmonies of #04C035
Complementary color
Monochromatic Colors of #04C035
Black with #04C035
Text Example
Text Example
White with #04C035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C035; }
p { color: rgb(4,192,53); }
H1.HeaderClassName
{
color: #04C035;
}
.AnyTagClassName
{
color: #04C035;
}
</style>
background-color css
<style>
a { background-color: #04C035; }
a { background-color: rgb(4,192,53); }
div.DivClassName
{
background-color: #04C035;
}
.BgClassName
{
background-color: #04C035;
}
</style>
border-color css
<style>
span { border-color: #04C035; }
span { border-color: rgb(4,192,53); }
td.TdClassName
{
border-color: #04C035;
}
.TagClassName
{
border-color: #04C035;
}
</style>