Shades of Dark Pastel Green #03C054
Tints of Dark Pastel Green #03C054
RGB
CMYK
RGB Variations
Color information
#03C054 (or 0x03C054) is known color: Dark Pastel Green. HEX triplet: 03, C0 and 54. RGB value is (3,192,84). Sum of RGB (Red+Green+Blue) = 3+192+84=279 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 279); Green value is 192 (75.39% from 255 or 68.82% from 279); Blue value is 84 (33.20% from 255 or 30.11% from 279); Max value from RGB is 192 - color contains mainly: green. Hex color #03C054 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C054 is #FC3FAB. Grayscale: #7B7B7B. Windows color (decimal): -16531372 or 5554179. OLE color: 5554179.
HSL color Cylindrical-coordinate representation of color #03C054: hue angle of 145.71º 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 #03C054 is Cyan = 0.98, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 192 | 84 | - |
| CMYK | 0.98 | 0 | 0.56 | 0.25 |
| HSL | 145.71º | 0.97% | 0.38% | - |
| HSV(B) | 145.71º | 0.98% | 0.75% | - |
| XYZ | 20.49 | 38.36 | 14.71 | - |
| YUV | 123.18 | 105.88 | 42.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 192 | 84 | 0.98 | 0 | 0.56 | 0.25 | 145.71 | 0.97 | 0.38 |
| Hex | 3 | C0 | 54 | 62 | 0 | 38 | 19 | 92 | 61 | 26 |
| Octal | 3 | 300 | 124 | 142 | 0 | 70 | 31 | 222 | 141 | 46 |
| Binary | 11 | 11000000 | 1010100 | 1100010 | 0 | 111000 | 11001 | 10010010 | 1100001 | 100110 |
Color Harmonies of #03C054
Complementary color
Monochromatic Colors of #03C054
Black with #03C054
Text Example
Text Example
White with #03C054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C054; }
p { color: rgb(3,192,84); }
H1.HeaderClassName
{
color: #03C054;
}
.AnyTagClassName
{
color: #03C054;
}
</style>
background-color css
<style>
a { background-color: #03C054; }
a { background-color: rgb(3,192,84); }
div.DivClassName
{
background-color: #03C054;
}
.BgClassName
{
background-color: #03C054;
}
</style>
border-color css
<style>
span { border-color: #03C054; }
span { border-color: rgb(3,192,84); }
td.TdClassName
{
border-color: #03C054;
}
.TagClassName
{
border-color: #03C054;
}
</style>