Shades of Dark Pastel Green #03C821
Tints of Dark Pastel Green #03C821
RGB
CMYK
RGB Variations
Color information
#03C821 (or 0x03C821) is known color: Dark Pastel Green. HEX triplet: 03, C8 and 21. RGB value is (3,200,33). Sum of RGB (Red+Green+Blue) = 3+200+33=236 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 236); Green value is 200 (78.52% from 255 or 84.75% from 236); Blue value is 33 (13.28% from 255 or 13.98% from 236); Max value from RGB is 200 - color contains mainly: green. Hex color #03C821 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03C821 is #FC37DE. Grayscale: #7A7A7A. Windows color (decimal): -16529375 or 2213891. OLE color: 2213891.
HSL color Cylindrical-coordinate representation of color #03C821: hue angle of 129.14º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C821 is Cyan = 0.98, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 200 | 33 | - |
| CMYK | 0.98 | 0 | 0.84 | 0.22 |
| HSL | 129.14º | 0.97% | 0.4% | - |
| HSV(B) | 129.14º | 0.99% | 0.78% | - |
| XYZ | 20.97 | 41.44 | 8.33 | - |
| YUV | 122.06 | 77.73 | 43.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 200 | 33 | 0.98 | 0 | 0.84 | 0.22 | 129.14 | 0.97 | 0.4 |
| Hex | 3 | C8 | 21 | 62 | 0 | 54 | 16 | 81 | 61 | 28 |
| Octal | 3 | 310 | 41 | 142 | 0 | 124 | 26 | 201 | 141 | 50 |
| Binary | 11 | 11001000 | 100001 | 1100010 | 0 | 1010100 | 10110 | 10000001 | 1100001 | 101000 |
Color Harmonies of #03C821
Complementary color
Monochromatic Colors of #03C821
Black with #03C821
Text Example
Text Example
White with #03C821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C821; }
p { color: rgb(3,200,33); }
H1.HeaderClassName
{
color: #03C821;
}
.AnyTagClassName
{
color: #03C821;
}
</style>
background-color css
<style>
a { background-color: #03C821; }
a { background-color: rgb(3,200,33); }
div.DivClassName
{
background-color: #03C821;
}
.BgClassName
{
background-color: #03C821;
}
</style>
border-color css
<style>
span { border-color: #03C821; }
span { border-color: rgb(3,200,33); }
td.TdClassName
{
border-color: #03C821;
}
.TagClassName
{
border-color: #03C821;
}
</style>