Shades of Dark Pastel Green #03D33C
Tints of Dark Pastel Green #03D33C
RGB
CMYK
RGB Variations
Color information
#03D33C (or 0x03D33C) is known color: Dark Pastel Green. HEX triplet: 03, D3 and 3C. RGB value is (3,211,60). Sum of RGB (Red+Green+Blue) = 3+211+60=274 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 274); Green value is 211 (82.81% from 255 or 77.01% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 211 - color contains mainly: green. Hex color #03D33C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D33C is #FC2CC3. Grayscale: #838383. Windows color (decimal): -16526532 or 3986179. OLE color: 3986179.
HSL color Cylindrical-coordinate representation of color #03D33C: hue angle of 136.44º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D33C is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 3 | 211 | 60 | - |
| CMYK | 0.99 | 0 | 0.72 | 0.17 |
| HSL | 136.44º | 0.97% | 0.42% | - |
| HSV(B) | 136.44º | 0.99% | 0.83% | - |
| XYZ | 24.15 | 46.93 | 12.06 | - |
| YUV | 131.59 | 87.59 | 36.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 211 | 60 | 0.99 | 0 | 0.72 | 0.17 | 136.44 | 0.97 | 0.42 |
| Hex | 3 | D3 | 3C | 63 | 0 | 48 | 11 | 88 | 61 | 2A |
| Octal | 3 | 323 | 74 | 143 | 0 | 110 | 21 | 210 | 141 | 52 |
| Binary | 11 | 11010011 | 111100 | 1100011 | 0 | 1001000 | 10001 | 10001000 | 1100001 | 101010 |
Color Harmonies of #03D33C
Complementary color
Monochromatic Colors of #03D33C
Black with #03D33C
Text Example
Text Example
White with #03D33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D33C; }
p { color: rgb(3,211,60); }
H1.HeaderClassName
{
color: #03D33C;
}
.AnyTagClassName
{
color: #03D33C;
}
</style>
background-color css
<style>
a { background-color: #03D33C; }
a { background-color: rgb(3,211,60); }
div.DivClassName
{
background-color: #03D33C;
}
.BgClassName
{
background-color: #03D33C;
}
</style>
border-color css
<style>
span { border-color: #03D33C; }
span { border-color: rgb(3,211,60); }
td.TdClassName
{
border-color: #03D33C;
}
.TagClassName
{
border-color: #03D33C;
}
</style>