Shades of Dark Pastel Green #03A622
Tints of Dark Pastel Green #03A622
RGB
CMYK
RGB Variations
Color information
#03A622 (or 0x03A622) is known color: Dark Pastel Green. HEX triplet: 03, A6 and 22. RGB value is (3,166,34). Sum of RGB (Red+Green+Blue) = 3+166+34=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 166 (65.23% from 255 or 81.77% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 166 - color contains mainly: green. Hex color #03A622 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03A622 is #FC59DD. Grayscale: #666666. Windows color (decimal): -16538078 or 2270723. OLE color: 2270723.
HSL color Cylindrical-coordinate representation of color #03A622: hue angle of 131.41º 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 #03A622 is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 3 | 166 | 34 | - |
| CMYK | 0.98 | 0 | 0.80 | 0.35 |
| HSL | 131.41º | 0.96% | 0.33% | - |
| HSV(B) | 131.41º | 0.98% | 0.65% | - |
| XYZ | 13.96 | 27.41 | 6.07 | - |
| YUV | 102.22 | 89.5 | 57.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 166 | 34 | 0.98 | 0 | 0.80 | 0.35 | 131.41 | 0.96 | 0.33 |
| Hex | 3 | A6 | 22 | 62 | 0 | 50 | 23 | 83 | 60 | 21 |
| Octal | 3 | 246 | 42 | 142 | 0 | 120 | 43 | 203 | 140 | 41 |
| Binary | 11 | 10100110 | 100010 | 1100010 | 0 | 1010000 | 100011 | 10000011 | 1100000 | 100001 |
Color Harmonies of #03A622
Complementary color
Monochromatic Colors of #03A622
Black with #03A622
Text Example
Text Example
White with #03A622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A622; }
p { color: rgb(3,166,34); }
H1.HeaderClassName
{
color: #03A622;
}
.AnyTagClassName
{
color: #03A622;
}
</style>
background-color css
<style>
a { background-color: #03A622; }
a { background-color: rgb(3,166,34); }
div.DivClassName
{
background-color: #03A622;
}
.BgClassName
{
background-color: #03A622;
}
</style>
border-color css
<style>
span { border-color: #03A622; }
span { border-color: rgb(3,166,34); }
td.TdClassName
{
border-color: #03A622;
}
.TagClassName
{
border-color: #03A622;
}
</style>