Shades of Dark Pastel Green #03AD34
Tints of Dark Pastel Green #03AD34
RGB
CMYK
RGB Variations
Color information
#03AD34 (or 0x03AD34) is known color: Dark Pastel Green. HEX triplet: 03, AD and 34. RGB value is (3,173,52). Sum of RGB (Red+Green+Blue) = 3+173+52=228 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 228); Green value is 173 (67.97% from 255 or 75.88% from 228); Blue value is 52 (20.70% from 255 or 22.81% from 228); Max value from RGB is 173 - color contains mainly: green. Hex color #03AD34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03AD34 is #FC52CB. Grayscale: #6C6C6C. Windows color (decimal): -16536268 or 3452163. OLE color: 3452163.
HSL color Cylindrical-coordinate representation of color #03AD34: hue angle of 137.29º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03AD34 is Cyan = 0.98, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 3 | 173 | 52 | - |
| CMYK | 0.98 | 0 | 0.70 | 0.32 |
| HSL | 137.29º | 0.97% | 0.35% | - |
| HSV(B) | 137.29º | 0.98% | 0.68% | - |
| XYZ | 15.6 | 30.15 | 8.25 | - |
| YUV | 108.38 | 96.18 | 52.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 173 | 52 | 0.98 | 0 | 0.70 | 0.32 | 137.29 | 0.97 | 0.35 |
| Hex | 3 | AD | 34 | 62 | 0 | 46 | 20 | 89 | 61 | 23 |
| Octal | 3 | 255 | 64 | 142 | 0 | 106 | 40 | 211 | 141 | 43 |
| Binary | 11 | 10101101 | 110100 | 1100010 | 0 | 1000110 | 100000 | 10001001 | 1100001 | 100011 |
Color Harmonies of #03AD34
Complementary color
Monochromatic Colors of #03AD34
Black with #03AD34
Text Example
Text Example
White with #03AD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03AD34; }
p { color: rgb(3,173,52); }
H1.HeaderClassName
{
color: #03AD34;
}
.AnyTagClassName
{
color: #03AD34;
}
</style>
background-color css
<style>
a { background-color: #03AD34; }
a { background-color: rgb(3,173,52); }
div.DivClassName
{
background-color: #03AD34;
}
.BgClassName
{
background-color: #03AD34;
}
</style>
border-color css
<style>
span { border-color: #03AD34; }
span { border-color: rgb(3,173,52); }
td.TdClassName
{
border-color: #03AD34;
}
.TagClassName
{
border-color: #03AD34;
}
</style>