Shades of Dark Pastel Green #03C353
Tints of Dark Pastel Green #03C353
RGB
CMYK
RGB Variations
Color information
#03C353 (or 0x03C353) is known color: Dark Pastel Green. HEX triplet: 03, C3 and 53. RGB value is (3,195,83). Sum of RGB (Red+Green+Blue) = 3+195+83=281 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 281); Green value is 195 (76.56% from 255 or 69.40% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 195 - color contains mainly: green. Hex color #03C353 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C353 is #FC3CAC. Grayscale: #7D7D7D. Windows color (decimal): -16530605 or 5489411. OLE color: 5489411.
HSL color Cylindrical-coordinate representation of color #03C353: hue angle of 145º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C353 is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 195 | 83 | - |
| CMYK | 0.98 | 0 | 0.57 | 0.24 |
| HSL | 145º | 0.97% | 0.39% | - |
| HSV(B) | 145º | 0.98% | 0.76% | - |
| XYZ | 21.11 | 39.67 | 14.73 | - |
| YUV | 124.82 | 104.39 | 41.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 195 | 83 | 0.98 | 0 | 0.57 | 0.24 | 145 | 0.97 | 0.39 |
| Hex | 3 | C3 | 53 | 62 | 0 | 39 | 18 | 91 | 61 | 27 |
| Octal | 3 | 303 | 123 | 142 | 0 | 71 | 30 | 221 | 141 | 47 |
| Binary | 11 | 11000011 | 1010011 | 1100010 | 0 | 111001 | 11000 | 10010001 | 1100001 | 100111 |
Color Harmonies of #03C353
Complementary color
Monochromatic Colors of #03C353
Black with #03C353
Text Example
Text Example
White with #03C353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C353; }
p { color: rgb(3,195,83); }
H1.HeaderClassName
{
color: #03C353;
}
.AnyTagClassName
{
color: #03C353;
}
</style>
background-color css
<style>
a { background-color: #03C353; }
a { background-color: rgb(3,195,83); }
div.DivClassName
{
background-color: #03C353;
}
.BgClassName
{
background-color: #03C353;
}
</style>
border-color css
<style>
span { border-color: #03C353; }
span { border-color: rgb(3,195,83); }
td.TdClassName
{
border-color: #03C353;
}
.TagClassName
{
border-color: #03C353;
}
</style>