Shades of Dark Pastel Green #03C036
Tints of Dark Pastel Green #03C036
RGB
CMYK
RGB Variations
Color information
#03C036 (or 0x03C036) is known color: Dark Pastel Green. HEX triplet: 03, C0 and 36. RGB value is (3,192,54). Sum of RGB (Red+Green+Blue) = 3+192+54=249 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 249); Green value is 192 (75.39% from 255 or 77.11% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 192 - color contains mainly: green. Hex color #03C036 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03C036 is #FC3FC9. Grayscale: #787878. Windows color (decimal): -16531402 or 3588099. OLE color: 3588099.
HSL color Cylindrical-coordinate representation of color #03C036: hue angle of 136.19º 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 #03C036 is Cyan = 0.98, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 192 | 54 | - |
| CMYK | 0.98 | 0 | 0.72 | 0.25 |
| HSL | 136.19º | 0.97% | 0.38% | - |
| HSV(B) | 136.19º | 0.98% | 0.75% | - |
| XYZ | 19.55 | 37.98 | 9.79 | - |
| YUV | 119.76 | 90.88 | 44.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 192 | 54 | 0.98 | 0 | 0.72 | 0.25 | 136.19 | 0.97 | 0.38 |
| Hex | 3 | C0 | 36 | 62 | 0 | 48 | 19 | 88 | 61 | 26 |
| Octal | 3 | 300 | 66 | 142 | 0 | 110 | 31 | 210 | 141 | 46 |
| Binary | 11 | 11000000 | 110110 | 1100010 | 0 | 1001000 | 11001 | 10001000 | 1100001 | 100110 |
Color Harmonies of #03C036
Complementary color
Monochromatic Colors of #03C036
Black with #03C036
Text Example
Text Example
White with #03C036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C036; }
p { color: rgb(3,192,54); }
H1.HeaderClassName
{
color: #03C036;
}
.AnyTagClassName
{
color: #03C036;
}
</style>
background-color css
<style>
a { background-color: #03C036; }
a { background-color: rgb(3,192,54); }
div.DivClassName
{
background-color: #03C036;
}
.BgClassName
{
background-color: #03C036;
}
</style>
border-color css
<style>
span { border-color: #03C036; }
span { border-color: rgb(3,192,54); }
td.TdClassName
{
border-color: #03C036;
}
.TagClassName
{
border-color: #03C036;
}
</style>