Shades of Dark Pastel Green #03A42F
Tints of Dark Pastel Green #03A42F
RGB
CMYK
RGB Variations
Color information
#03A42F (or 0x03A42F) is known color: Dark Pastel Green. HEX triplet: 03, A4 and 2F. RGB value is (3,164,47). Sum of RGB (Red+Green+Blue) = 3+164+47=214 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 214); Green value is 164 (64.45% from 255 or 76.64% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 164 - color contains mainly: green. Hex color #03A42F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03A42F is #FC5BD0. Grayscale: #666666. Windows color (decimal): -16538577 or 3122179. OLE color: 3122179.
HSL color Cylindrical-coordinate representation of color #03A42F: hue angle of 136.4º 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 #03A42F is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 164 | 47 | - |
| CMYK | 0.98 | 0 | 0.71 | 0.36 |
| HSL | 136.4º | 0.96% | 0.33% | - |
| HSV(B) | 136.4º | 0.98% | 0.64% | - |
| XYZ | 13.83 | 26.78 | 7.13 | - |
| YUV | 102.52 | 96.66 | 57.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 164 | 47 | 0.98 | 0 | 0.71 | 0.36 | 136.4 | 0.96 | 0.33 |
| Hex | 3 | A4 | 2F | 62 | 0 | 47 | 24 | 88 | 60 | 21 |
| Octal | 3 | 244 | 57 | 142 | 0 | 107 | 44 | 210 | 140 | 41 |
| Binary | 11 | 10100100 | 101111 | 1100010 | 0 | 1000111 | 100100 | 10001000 | 1100000 | 100001 |
Color Harmonies of #03A42F
Complementary color
Monochromatic Colors of #03A42F
Black with #03A42F
Text Example
Text Example
White with #03A42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A42F; }
p { color: rgb(3,164,47); }
H1.HeaderClassName
{
color: #03A42F;
}
.AnyTagClassName
{
color: #03A42F;
}
</style>
background-color css
<style>
a { background-color: #03A42F; }
a { background-color: rgb(3,164,47); }
div.DivClassName
{
background-color: #03A42F;
}
.BgClassName
{
background-color: #03A42F;
}
</style>
border-color css
<style>
span { border-color: #03A42F; }
span { border-color: rgb(3,164,47); }
td.TdClassName
{
border-color: #03A42F;
}
.TagClassName
{
border-color: #03A42F;
}
</style>