Shades of Dark Pastel Green #03A22E
Tints of Dark Pastel Green #03A22E
RGB
CMYK
RGB Variations
Color information
#03A22E (or 0x03A22E) is known color: Dark Pastel Green. HEX triplet: 03, A2 and 2E. RGB value is (3,162,46). Sum of RGB (Red+Green+Blue) = 3+162+46=211 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 211); Green value is 162 (63.67% from 255 or 76.78% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 162 - color contains mainly: green. Hex color #03A22E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03A22E is #FC5DD1. Grayscale: #656565. Windows color (decimal): -16539090 or 3056131. OLE color: 3056131.
HSL color Cylindrical-coordinate representation of color #03A22E: hue angle of 136.23º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A22E is Cyan = 0.98, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 162 | 46 | - |
| CMYK | 0.98 | 0 | 0.72 | 0.36 |
| HSL | 136.23º | 0.96% | 0.32% | - |
| HSV(B) | 136.23º | 0.98% | 0.64% | - |
| XYZ | 13.45 | 26.06 | 6.91 | - |
| YUV | 101.24 | 96.82 | 57.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 162 | 46 | 0.98 | 0 | 0.72 | 0.36 | 136.23 | 0.96 | 0.32 |
| Hex | 3 | A2 | 2E | 62 | 0 | 48 | 24 | 88 | 60 | 20 |
| Octal | 3 | 242 | 56 | 142 | 0 | 110 | 44 | 210 | 140 | 40 |
| Binary | 11 | 10100010 | 101110 | 1100010 | 0 | 1001000 | 100100 | 10001000 | 1100000 | 100000 |
Color Harmonies of #03A22E
Complementary color
Monochromatic Colors of #03A22E
Black with #03A22E
Text Example
Text Example
White with #03A22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A22E; }
p { color: rgb(3,162,46); }
H1.HeaderClassName
{
color: #03A22E;
}
.AnyTagClassName
{
color: #03A22E;
}
</style>
background-color css
<style>
a { background-color: #03A22E; }
a { background-color: rgb(3,162,46); }
div.DivClassName
{
background-color: #03A22E;
}
.BgClassName
{
background-color: #03A22E;
}
</style>
border-color css
<style>
span { border-color: #03A22E; }
span { border-color: rgb(3,162,46); }
td.TdClassName
{
border-color: #03A22E;
}
.TagClassName
{
border-color: #03A22E;
}
</style>