Shades of Dark Pastel Green #03C037
Tints of Dark Pastel Green #03C037
RGB
CMYK
RGB Variations
Color information
#03C037 (or 0x03C037) is known color: Dark Pastel Green. HEX triplet: 03, C0 and 37. RGB value is (3,192,55). Sum of RGB (Red+Green+Blue) = 3+192+55=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 192 (75.39% from 255 or 76.8% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 192 - color contains mainly: green. Hex color #03C037 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03C037 is #FC3FC8. Grayscale: #787878. Windows color (decimal): -16531401 or 3653635. OLE color: 3653635.
HSL color Cylindrical-coordinate representation of color #03C037: hue angle of 136.51º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C037 is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 192 | 55 | - |
| CMYK | 0.98 | 0 | 0.71 | 0.25 |
| HSL | 136.51º | 0.97% | 0.38% | - |
| HSV(B) | 136.51º | 0.98% | 0.75% | - |
| XYZ | 19.58 | 37.99 | 9.92 | - |
| YUV | 119.87 | 91.38 | 44.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 192 | 55 | 0.98 | 0 | 0.71 | 0.25 | 136.51 | 0.97 | 0.38 |
| Hex | 3 | C0 | 37 | 62 | 0 | 47 | 19 | 89 | 61 | 26 |
| Octal | 3 | 300 | 67 | 142 | 0 | 107 | 31 | 211 | 141 | 46 |
| Binary | 11 | 11000000 | 110111 | 1100010 | 0 | 1000111 | 11001 | 10001001 | 1100001 | 100110 |
Color Harmonies of #03C037
Complementary color
Monochromatic Colors of #03C037
Black with #03C037
Text Example
Text Example
White with #03C037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C037; }
p { color: rgb(3,192,55); }
H1.HeaderClassName
{
color: #03C037;
}
.AnyTagClassName
{
color: #03C037;
}
</style>
background-color css
<style>
a { background-color: #03C037; }
a { background-color: rgb(3,192,55); }
div.DivClassName
{
background-color: #03C037;
}
.BgClassName
{
background-color: #03C037;
}
</style>
border-color css
<style>
span { border-color: #03C037; }
span { border-color: rgb(3,192,55); }
td.TdClassName
{
border-color: #03C037;
}
.TagClassName
{
border-color: #03C037;
}
</style>