Shades of Dark Pastel Green #04C735
Tints of Dark Pastel Green #04C735
RGB
CMYK
RGB Variations
Color information
#04C735 (or 0x04C735) is known color: Dark Pastel Green. HEX triplet: 04, C7 and 35. RGB value is (4,199,53). Sum of RGB (Red+Green+Blue) = 4+199+53=256 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 256); Green value is 199 (78.12% from 255 or 77.73% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 199 - color contains mainly: green. Hex color #04C735 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C735 is #FB38CA. Grayscale: #7C7C7C. Windows color (decimal): -16464075 or 3524356. OLE color: 3524356.
HSL color Cylindrical-coordinate representation of color #04C735: hue angle of 135.08º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C735 is Cyan = 0.98, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 4 | 199 | 53 | - |
| CMYK | 0.98 | 0 | 0.73 | 0.22 |
| HSL | 135.08º | 0.96% | 0.4% | - |
| HSV(B) | 135.08º | 0.98% | 0.78% | - |
| XYZ | 21.12 | 41.13 | 10.19 | - |
| YUV | 124.05 | 87.9 | 42.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 199 | 53 | 0.98 | 0 | 0.73 | 0.22 | 135.08 | 0.96 | 0.4 |
| Hex | 4 | C7 | 35 | 62 | 0 | 49 | 16 | 87 | 60 | 28 |
| Octal | 4 | 307 | 65 | 142 | 0 | 111 | 26 | 207 | 140 | 50 |
| Binary | 100 | 11000111 | 110101 | 1100010 | 0 | 1001001 | 10110 | 10000111 | 1100000 | 101000 |
Color Harmonies of #04C735
Complementary color
Monochromatic Colors of #04C735
Black with #04C735
Text Example
Text Example
White with #04C735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C735; }
p { color: rgb(4,199,53); }
H1.HeaderClassName
{
color: #04C735;
}
.AnyTagClassName
{
color: #04C735;
}
</style>
background-color css
<style>
a { background-color: #04C735; }
a { background-color: rgb(4,199,53); }
div.DivClassName
{
background-color: #04C735;
}
.BgClassName
{
background-color: #04C735;
}
</style>
border-color css
<style>
span { border-color: #04C735; }
span { border-color: rgb(4,199,53); }
td.TdClassName
{
border-color: #04C735;
}
.TagClassName
{
border-color: #04C735;
}
</style>