Shades of Dark Pastel Green #04A528
Tints of Dark Pastel Green #04A528
RGB
CMYK
RGB Variations
Color information
#04A528 (or 0x04A528) is known color: Dark Pastel Green. HEX triplet: 04, A5 and 28. RGB value is (4,165,40). Sum of RGB (Red+Green+Blue) = 4+165+40=209 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.91% from 209); Green value is 165 (64.84% from 255 or 78.95% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 165 - color contains mainly: green. Hex color #04A528 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04A528 is #FB5AD7. Grayscale: #666666. Windows color (decimal): -16472792 or 2663684. OLE color: 2663684.
HSL color Cylindrical-coordinate representation of color #04A528: hue angle of 133.42º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A528 is Cyan = 0.98, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 4 | 165 | 40 | - |
| CMYK | 0.98 | 0 | 0.76 | 0.35 |
| HSL | 133.42º | 0.95% | 0.33% | - |
| HSV(B) | 133.42º | 0.98% | 0.65% | - |
| XYZ | 13.89 | 27.09 | 6.5 | - |
| YUV | 102.61 | 92.66 | 57.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 165 | 40 | 0.98 | 0 | 0.76 | 0.35 | 133.42 | 0.95 | 0.33 |
| Hex | 4 | A5 | 28 | 62 | 0 | 4C | 23 | 85 | 5F | 21 |
| Octal | 4 | 245 | 50 | 142 | 0 | 114 | 43 | 205 | 137 | 41 |
| Binary | 100 | 10100101 | 101000 | 1100010 | 0 | 1001100 | 100011 | 10000101 | 1011111 | 100001 |
Color Harmonies of #04A528
Complementary color
Monochromatic Colors of #04A528
Black with #04A528
Text Example
Text Example
White with #04A528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A528; }
p { color: rgb(4,165,40); }
H1.HeaderClassName
{
color: #04A528;
}
.AnyTagClassName
{
color: #04A528;
}
</style>
background-color css
<style>
a { background-color: #04A528; }
a { background-color: rgb(4,165,40); }
div.DivClassName
{
background-color: #04A528;
}
.BgClassName
{
background-color: #04A528;
}
</style>
border-color css
<style>
span { border-color: #04A528; }
span { border-color: rgb(4,165,40); }
td.TdClassName
{
border-color: #04A528;
}
.TagClassName
{
border-color: #04A528;
}
</style>