Shades of Dark Pastel Green #03A628
Tints of Dark Pastel Green #03A628
RGB
CMYK
RGB Variations
Color information
#03A628 (or 0x03A628) is known color: Dark Pastel Green. HEX triplet: 03, A6 and 28. RGB value is (3,166,40). Sum of RGB (Red+Green+Blue) = 3+166+40=209 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 209); Green value is 166 (65.23% from 255 or 79.43% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 166 - color contains mainly: green. Hex color #03A628 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03A628 is #FC59D7. Grayscale: #676767. Windows color (decimal): -16538072 or 2663939. OLE color: 2663939.
HSL color Cylindrical-coordinate representation of color #03A628: hue angle of 133.62º degrees, saturation: 0.96, 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 #03A628 is Cyan = 0.98, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 3 | 166 | 40 | - |
| CMYK | 0.98 | 0 | 0.76 | 0.35 |
| HSL | 133.62º | 0.96% | 0.33% | - |
| HSV(B) | 133.62º | 0.98% | 0.65% | - |
| XYZ | 14.06 | 27.45 | 6.56 | - |
| YUV | 102.9 | 92.5 | 56.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 166 | 40 | 0.98 | 0 | 0.76 | 0.35 | 133.62 | 0.96 | 0.33 |
| Hex | 3 | A6 | 28 | 62 | 0 | 4C | 23 | 86 | 60 | 21 |
| Octal | 3 | 246 | 50 | 142 | 0 | 114 | 43 | 206 | 140 | 41 |
| Binary | 11 | 10100110 | 101000 | 1100010 | 0 | 1001100 | 100011 | 10000110 | 1100000 | 100001 |
Color Harmonies of #03A628
Complementary color
Monochromatic Colors of #03A628
Black with #03A628
Text Example
Text Example
White with #03A628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A628; }
p { color: rgb(3,166,40); }
H1.HeaderClassName
{
color: #03A628;
}
.AnyTagClassName
{
color: #03A628;
}
</style>
background-color css
<style>
a { background-color: #03A628; }
a { background-color: rgb(3,166,40); }
div.DivClassName
{
background-color: #03A628;
}
.BgClassName
{
background-color: #03A628;
}
</style>
border-color css
<style>
span { border-color: #03A628; }
span { border-color: rgb(3,166,40); }
td.TdClassName
{
border-color: #03A628;
}
.TagClassName
{
border-color: #03A628;
}
</style>