Shades of Dark Pastel Green #03A32E
Tints of Dark Pastel Green #03A32E
RGB
CMYK
RGB Variations
Color information
#03A32E (or 0x03A32E) is known color: Dark Pastel Green. HEX triplet: 03, A3 and 2E. RGB value is (3,163,46). Sum of RGB (Red+Green+Blue) = 3+163+46=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 163 (64.06% from 255 or 76.89% from 212); Blue value is 46 (18.36% from 255 or 21.70% from 212); Max value from RGB is 163 - color contains mainly: green. Hex color #03A32E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03A32E is #FC5CD1. Grayscale: #666666. Windows color (decimal): -16538834 or 3056387. OLE color: 3056387.
HSL color Cylindrical-coordinate representation of color #03A32E: hue angle of 136.12º 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 #03A32E is Cyan = 0.98, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 163 | 46 | - |
| CMYK | 0.98 | 0 | 0.72 | 0.36 |
| HSL | 136.13º | 0.96% | 0.33% | - |
| HSV(B) | 136.13º | 0.98% | 0.64% | - |
| XYZ | 13.63 | 26.41 | 6.96 | - |
| YUV | 101.82 | 96.49 | 57.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 163 | 46 | 0.98 | 0 | 0.72 | 0.36 | 136.13 | 0.96 | 0.33 |
| Hex | 3 | A3 | 2E | 62 | 0 | 48 | 24 | 88 | 60 | 21 |
| Octal | 3 | 243 | 56 | 142 | 0 | 110 | 44 | 210 | 140 | 41 |
| Binary | 11 | 10100011 | 101110 | 1100010 | 0 | 1001000 | 100100 | 10001000 | 1100000 | 100001 |
Color Harmonies of #03A32E
Complementary color
Monochromatic Colors of #03A32E
Black with #03A32E
Text Example
Text Example
White with #03A32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A32E; }
p { color: rgb(3,163,46); }
H1.HeaderClassName
{
color: #03A32E;
}
.AnyTagClassName
{
color: #03A32E;
}
</style>
background-color css
<style>
a { background-color: #03A32E; }
a { background-color: rgb(3,163,46); }
div.DivClassName
{
background-color: #03A32E;
}
.BgClassName
{
background-color: #03A32E;
}
</style>
border-color css
<style>
span { border-color: #03A32E; }
span { border-color: rgb(3,163,46); }
td.TdClassName
{
border-color: #03A32E;
}
.TagClassName
{
border-color: #03A32E;
}
</style>