Shades of Dark Pastel Green #03A42D
Tints of Dark Pastel Green #03A42D
RGB
CMYK
RGB Variations
Color information
#03A42D (or 0x03A42D) is known color: Dark Pastel Green. HEX triplet: 03, A4 and 2D. RGB value is (3,164,45). Sum of RGB (Red+Green+Blue) = 3+164+45=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 164 (64.45% from 255 or 77.36% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 164 - color contains mainly: green. Hex color #03A42D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03A42D is #FC5BD2. Grayscale: #666666. Windows color (decimal): -16538579 or 2991107. OLE color: 2991107.
HSL color Cylindrical-coordinate representation of color #03A42D: hue angle of 135.65º 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 #03A42D is Cyan = 0.98, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 164 | 45 | - |
| CMYK | 0.98 | 0 | 0.73 | 0.36 |
| HSL | 135.65º | 0.96% | 0.33% | - |
| HSV(B) | 135.65º | 0.98% | 0.64% | - |
| XYZ | 13.79 | 26.76 | 6.92 | - |
| YUV | 102.3 | 95.66 | 57.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 164 | 45 | 0.98 | 0 | 0.73 | 0.36 | 135.65 | 0.96 | 0.33 |
| Hex | 3 | A4 | 2D | 62 | 0 | 49 | 24 | 88 | 60 | 21 |
| Octal | 3 | 244 | 55 | 142 | 0 | 111 | 44 | 210 | 140 | 41 |
| Binary | 11 | 10100100 | 101101 | 1100010 | 0 | 1001001 | 100100 | 10001000 | 1100000 | 100001 |
Color Harmonies of #03A42D
Complementary color
Monochromatic Colors of #03A42D
Black with #03A42D
Text Example
Text Example
White with #03A42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A42D; }
p { color: rgb(3,164,45); }
H1.HeaderClassName
{
color: #03A42D;
}
.AnyTagClassName
{
color: #03A42D;
}
</style>
background-color css
<style>
a { background-color: #03A42D; }
a { background-color: rgb(3,164,45); }
div.DivClassName
{
background-color: #03A42D;
}
.BgClassName
{
background-color: #03A42D;
}
</style>
border-color css
<style>
span { border-color: #03A42D; }
span { border-color: rgb(3,164,45); }
td.TdClassName
{
border-color: #03A42D;
}
.TagClassName
{
border-color: #03A42D;
}
</style>