Shades of Dark Pastel Green #03C04B
Tints of Dark Pastel Green #03C04B
RGB
CMYK
RGB Variations
Color information
#03C04B (or 0x03C04B) is known color: Dark Pastel Green. HEX triplet: 03, C0 and 4B. RGB value is (3,192,75). Sum of RGB (Red+Green+Blue) = 3+192+75=270 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 270); Green value is 192 (75.39% from 255 or 71.11% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 192 - color contains mainly: green. Hex color #03C04B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03C04B is #FC3FB4. Grayscale: #7A7A7A. Windows color (decimal): -16531381 or 4964355. OLE color: 4964355.
HSL color Cylindrical-coordinate representation of color #03C04B: hue angle of 142.86º 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 #03C04B is Cyan = 0.98, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 192 | 75 | - |
| CMYK | 0.98 | 0 | 0.61 | 0.25 |
| HSL | 142.86º | 0.97% | 0.38% | - |
| HSV(B) | 142.86º | 0.98% | 0.75% | - |
| XYZ | 20.16 | 38.23 | 12.97 | - |
| YUV | 122.15 | 101.38 | 43.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 192 | 75 | 0.98 | 0 | 0.61 | 0.25 | 142.86 | 0.97 | 0.38 |
| Hex | 3 | C0 | 4B | 62 | 0 | 3D | 19 | 8F | 61 | 26 |
| Octal | 3 | 300 | 113 | 142 | 0 | 75 | 31 | 217 | 141 | 46 |
| Binary | 11 | 11000000 | 1001011 | 1100010 | 0 | 111101 | 11001 | 10001111 | 1100001 | 100110 |
Color Harmonies of #03C04B
Complementary color
Monochromatic Colors of #03C04B
Black with #03C04B
Text Example
Text Example
White with #03C04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C04B; }
p { color: rgb(3,192,75); }
H1.HeaderClassName
{
color: #03C04B;
}
.AnyTagClassName
{
color: #03C04B;
}
</style>
background-color css
<style>
a { background-color: #03C04B; }
a { background-color: rgb(3,192,75); }
div.DivClassName
{
background-color: #03C04B;
}
.BgClassName
{
background-color: #03C04B;
}
</style>
border-color css
<style>
span { border-color: #03C04B; }
span { border-color: rgb(3,192,75); }
td.TdClassName
{
border-color: #03C04B;
}
.TagClassName
{
border-color: #03C04B;
}
</style>