Shades of Dark Pastel Green #04C03D
Tints of Dark Pastel Green #04C03D
RGB
CMYK
RGB Variations
Color information
#04C03D (or 0x04C03D) is known color: Dark Pastel Green. HEX triplet: 04, C0 and 3D. RGB value is (4,192,61). Sum of RGB (Red+Green+Blue) = 4+192+61=257 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 257); Green value is 192 (75.39% from 255 or 74.71% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 192 - color contains mainly: green. Hex color #04C03D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C03D is #FB3FC2. Grayscale: #797979. Windows color (decimal): -16465859 or 4046852. OLE color: 4046852.
HSL color Cylindrical-coordinate representation of color #04C03D: hue angle of 138.19º 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 #04C03D is Cyan = 0.98, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 192 | 61 | - |
| CMYK | 0.98 | 0 | 0.68 | 0.25 |
| HSL | 138.19º | 0.96% | 0.38% | - |
| HSV(B) | 138.19º | 0.98% | 0.75% | - |
| XYZ | 19.74 | 38.06 | 10.72 | - |
| YUV | 120.85 | 94.22 | 44.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 192 | 61 | 0.98 | 0 | 0.68 | 0.25 | 138.19 | 0.96 | 0.38 |
| Hex | 4 | C0 | 3D | 62 | 0 | 44 | 19 | 8A | 60 | 26 |
| Octal | 4 | 300 | 75 | 142 | 0 | 104 | 31 | 212 | 140 | 46 |
| Binary | 100 | 11000000 | 111101 | 1100010 | 0 | 1000100 | 11001 | 10001010 | 1100000 | 100110 |
Color Harmonies of #04C03D
Complementary color
Monochromatic Colors of #04C03D
Black with #04C03D
Text Example
Text Example
White with #04C03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C03D; }
p { color: rgb(4,192,61); }
H1.HeaderClassName
{
color: #04C03D;
}
.AnyTagClassName
{
color: #04C03D;
}
</style>
background-color css
<style>
a { background-color: #04C03D; }
a { background-color: rgb(4,192,61); }
div.DivClassName
{
background-color: #04C03D;
}
.BgClassName
{
background-color: #04C03D;
}
</style>
border-color css
<style>
span { border-color: #04C03D; }
span { border-color: rgb(4,192,61); }
td.TdClassName
{
border-color: #04C03D;
}
.TagClassName
{
border-color: #04C03D;
}
</style>