Shades of Dark Pastel Green #03A42B
Tints of Dark Pastel Green #03A42B
RGB
CMYK
RGB Variations
Color information
#03A42B (or 0x03A42B) is known color: Dark Pastel Green. HEX triplet: 03, A4 and 2B. RGB value is (3,164,43). Sum of RGB (Red+Green+Blue) = 3+164+43=210 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.43% from 210); Green value is 164 (64.45% from 255 or 78.10% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 164 - color contains mainly: green. Hex color #03A42B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03A42B is #FC5BD4. Grayscale: #666666. Windows color (decimal): -16538581 or 2860035. OLE color: 2860035.
HSL color Cylindrical-coordinate representation of color #03A42B: hue angle of 134.91º 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 #03A42B is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 164 | 43 | - |
| CMYK | 0.98 | 0 | 0.74 | 0.36 |
| HSL | 134.91º | 0.96% | 0.33% | - |
| HSV(B) | 134.91º | 0.98% | 0.64% | - |
| XYZ | 13.75 | 26.74 | 6.72 | - |
| YUV | 102.07 | 94.66 | 57.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 164 | 43 | 0.98 | 0 | 0.74 | 0.36 | 134.91 | 0.96 | 0.33 |
| Hex | 3 | A4 | 2B | 62 | 0 | 4A | 24 | 87 | 60 | 21 |
| Octal | 3 | 244 | 53 | 142 | 0 | 112 | 44 | 207 | 140 | 41 |
| Binary | 11 | 10100100 | 101011 | 1100010 | 0 | 1001010 | 100100 | 10000111 | 1100000 | 100001 |
Color Harmonies of #03A42B
Complementary color
Monochromatic Colors of #03A42B
Black with #03A42B
Text Example
Text Example
White with #03A42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A42B; }
p { color: rgb(3,164,43); }
H1.HeaderClassName
{
color: #03A42B;
}
.AnyTagClassName
{
color: #03A42B;
}
</style>
background-color css
<style>
a { background-color: #03A42B; }
a { background-color: rgb(3,164,43); }
div.DivClassName
{
background-color: #03A42B;
}
.BgClassName
{
background-color: #03A42B;
}
</style>
border-color css
<style>
span { border-color: #03A42B; }
span { border-color: rgb(3,164,43); }
td.TdClassName
{
border-color: #03A42B;
}
.TagClassName
{
border-color: #03A42B;
}
</style>