Shades of Dark Pastel Green #04A725
Tints of Dark Pastel Green #04A725
RGB
CMYK
RGB Variations
Color information
#04A725 (or 0x04A725) is known color: Dark Pastel Green. HEX triplet: 04, A7 and 25. RGB value is (4,167,37). Sum of RGB (Red+Green+Blue) = 4+167+37=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 167 (65.62% from 255 or 80.29% from 208); Blue value is 37 (14.84% from 255 or 17.79% from 208); Max value from RGB is 167 - color contains mainly: green. Hex color #04A725 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04A725 is #FB58DA. Grayscale: #676767. Windows color (decimal): -16472283 or 2467588. OLE color: 2467588.
HSL color Cylindrical-coordinate representation of color #04A725: hue angle of 132.15º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A725 is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 4 | 167 | 37 | - |
| CMYK | 0.98 | 0 | 0.78 | 0.35 |
| HSL | 132.15º | 0.95% | 0.34% | - |
| HSV(B) | 132.15º | 0.98% | 0.65% | - |
| XYZ | 14.2 | 27.8 | 6.37 | - |
| YUV | 103.44 | 90.5 | 57.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 167 | 37 | 0.98 | 0 | 0.78 | 0.35 | 132.15 | 0.95 | 0.34 |
| Hex | 4 | A7 | 25 | 62 | 0 | 4E | 23 | 84 | 5F | 22 |
| Octal | 4 | 247 | 45 | 142 | 0 | 116 | 43 | 204 | 137 | 42 |
| Binary | 100 | 10100111 | 100101 | 1100010 | 0 | 1001110 | 100011 | 10000100 | 1011111 | 100010 |
Color Harmonies of #04A725
Complementary color
Monochromatic Colors of #04A725
Black with #04A725
Text Example
Text Example
White with #04A725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A725; }
p { color: rgb(4,167,37); }
H1.HeaderClassName
{
color: #04A725;
}
.AnyTagClassName
{
color: #04A725;
}
</style>
background-color css
<style>
a { background-color: #04A725; }
a { background-color: rgb(4,167,37); }
div.DivClassName
{
background-color: #04A725;
}
.BgClassName
{
background-color: #04A725;
}
</style>
border-color css
<style>
span { border-color: #04A725; }
span { border-color: rgb(4,167,37); }
td.TdClassName
{
border-color: #04A725;
}
.TagClassName
{
border-color: #04A725;
}
</style>