Shades of Dark Pastel Green #03A325
Tints of Dark Pastel Green #03A325
RGB
CMYK
RGB Variations
Color information
#03A325 (or 0x03A325) is known color: Dark Pastel Green. HEX triplet: 03, A3 and 25. RGB value is (3,163,37). Sum of RGB (Red+Green+Blue) = 3+163+37=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 163 (64.06% from 255 or 80.30% from 203); Blue value is 37 (14.84% from 255 or 18.23% from 203); Max value from RGB is 163 - color contains mainly: green. Hex color #03A325 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03A325 is #FC5CDA. Grayscale: #656565. Windows color (decimal): -16538843 or 2466563. OLE color: 2466563.
HSL color Cylindrical-coordinate representation of color #03A325: hue angle of 132.75º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A325 is Cyan = 0.98, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 163 | 37 | - |
| CMYK | 0.98 | 0 | 0.77 | 0.36 |
| HSL | 132.75º | 0.96% | 0.33% | - |
| HSV(B) | 132.75º | 0.98% | 0.64% | - |
| XYZ | 13.47 | 26.35 | 6.13 | - |
| YUV | 100.8 | 91.99 | 58.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 163 | 37 | 0.98 | 0 | 0.77 | 0.36 | 132.75 | 0.96 | 0.33 |
| Hex | 3 | A3 | 25 | 62 | 0 | 4D | 24 | 85 | 60 | 21 |
| Octal | 3 | 243 | 45 | 142 | 0 | 115 | 44 | 205 | 140 | 41 |
| Binary | 11 | 10100011 | 100101 | 1100010 | 0 | 1001101 | 100100 | 10000101 | 1100000 | 100001 |
Color Harmonies of #03A325
Complementary color
Monochromatic Colors of #03A325
Black with #03A325
Text Example
Text Example
White with #03A325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A325; }
p { color: rgb(3,163,37); }
H1.HeaderClassName
{
color: #03A325;
}
.AnyTagClassName
{
color: #03A325;
}
</style>
background-color css
<style>
a { background-color: #03A325; }
a { background-color: rgb(3,163,37); }
div.DivClassName
{
background-color: #03A325;
}
.BgClassName
{
background-color: #03A325;
}
</style>
border-color css
<style>
span { border-color: #03A325; }
span { border-color: rgb(3,163,37); }
td.TdClassName
{
border-color: #03A325;
}
.TagClassName
{
border-color: #03A325;
}
</style>