Shades of Dark Pastel Green #03AD23
Tints of Dark Pastel Green #03AD23
RGB
CMYK
RGB Variations
Color information
#03AD23 (or 0x03AD23) is known color: Dark Pastel Green. HEX triplet: 03, AD and 23. RGB value is (3,173,35). Sum of RGB (Red+Green+Blue) = 3+173+35=211 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 211); Green value is 173 (67.97% from 255 or 81.99% from 211); Blue value is 35 (14.06% from 255 or 16.59% from 211); Max value from RGB is 173 - color contains mainly: green. Hex color #03AD23 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03AD23 is #FC52DC. Grayscale: #6A6A6A. Windows color (decimal): -16536285 or 2338051. OLE color: 2338051.
HSL color Cylindrical-coordinate representation of color #03AD23: hue angle of 131.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 #03AD23 is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 3 | 173 | 35 | - |
| CMYK | 0.98 | 0 | 0.80 | 0.32 |
| HSL | 131.29º | 0.97% | 0.35% | - |
| HSV(B) | 131.29º | 0.98% | 0.68% | - |
| XYZ | 15.28 | 30.03 | 6.58 | - |
| YUV | 106.44 | 87.68 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 173 | 35 | 0.98 | 0 | 0.80 | 0.32 | 131.29 | 0.97 | 0.35 |
| Hex | 3 | AD | 23 | 62 | 0 | 50 | 20 | 83 | 61 | 23 |
| Octal | 3 | 255 | 43 | 142 | 0 | 120 | 40 | 203 | 141 | 43 |
| Binary | 11 | 10101101 | 100011 | 1100010 | 0 | 1010000 | 100000 | 10000011 | 1100001 | 100011 |
Color Harmonies of #03AD23
Complementary color
Monochromatic Colors of #03AD23
Black with #03AD23
Text Example
Text Example
White with #03AD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03AD23; }
p { color: rgb(3,173,35); }
H1.HeaderClassName
{
color: #03AD23;
}
.AnyTagClassName
{
color: #03AD23;
}
</style>
background-color css
<style>
a { background-color: #03AD23; }
a { background-color: rgb(3,173,35); }
div.DivClassName
{
background-color: #03AD23;
}
.BgClassName
{
background-color: #03AD23;
}
</style>
border-color css
<style>
span { border-color: #03AD23; }
span { border-color: rgb(3,173,35); }
td.TdClassName
{
border-color: #03AD23;
}
.TagClassName
{
border-color: #03AD23;
}
</style>