Shades of Dark Pastel Green #04A628
Tints of Dark Pastel Green #04A628
RGB
CMYK
RGB Variations
Color information
#04A628 (or 0x04A628) is known color: Dark Pastel Green. HEX triplet: 04, A6 and 28. RGB value is (4,166,40). Sum of RGB (Red+Green+Blue) = 4+166+40=210 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 210); Green value is 166 (65.23% from 255 or 79.05% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 166 - color contains mainly: green. Hex color #04A628 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04A628 is #FB59D7. Grayscale: #676767. Windows color (decimal): -16472536 or 2663940. OLE color: 2663940.
HSL color Cylindrical-coordinate representation of color #04A628: hue angle of 133.33º 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 #04A628 is Cyan = 0.98, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 4 | 166 | 40 | - |
| CMYK | 0.98 | 0 | 0.76 | 0.35 |
| HSL | 133.33º | 0.95% | 0.33% | - |
| HSV(B) | 133.33º | 0.98% | 0.65% | - |
| XYZ | 14.07 | 27.45 | 6.56 | - |
| YUV | 103.2 | 92.33 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 166 | 40 | 0.98 | 0 | 0.76 | 0.35 | 133.33 | 0.95 | 0.33 |
| Hex | 4 | A6 | 28 | 62 | 0 | 4C | 23 | 85 | 5F | 21 |
| Octal | 4 | 246 | 50 | 142 | 0 | 114 | 43 | 205 | 137 | 41 |
| Binary | 100 | 10100110 | 101000 | 1100010 | 0 | 1001100 | 100011 | 10000101 | 1011111 | 100001 |
Color Harmonies of #04A628
Complementary color
Monochromatic Colors of #04A628
Black with #04A628
Text Example
Text Example
White with #04A628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A628; }
p { color: rgb(4,166,40); }
H1.HeaderClassName
{
color: #04A628;
}
.AnyTagClassName
{
color: #04A628;
}
</style>
background-color css
<style>
a { background-color: #04A628; }
a { background-color: rgb(4,166,40); }
div.DivClassName
{
background-color: #04A628;
}
.BgClassName
{
background-color: #04A628;
}
</style>
border-color css
<style>
span { border-color: #04A628; }
span { border-color: rgb(4,166,40); }
td.TdClassName
{
border-color: #04A628;
}
.TagClassName
{
border-color: #04A628;
}
</style>