Shades of Dark Pastel Green #03C62C
Tints of Dark Pastel Green #03C62C
RGB
CMYK
RGB Variations
Color information
#03C62C (or 0x03C62C) is known color: Dark Pastel Green. HEX triplet: 03, C6 and 2C. RGB value is (3,198,44). Sum of RGB (Red+Green+Blue) = 3+198+44=245 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 245); Green value is 198 (77.73% from 255 or 80.82% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 198 - color contains mainly: green. Hex color #03C62C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03C62C is #FC39D3. Grayscale: #7A7A7A. Windows color (decimal): -16529876 or 2934275. OLE color: 2934275.
HSL color Cylindrical-coordinate representation of color #03C62C: hue angle of 132.62º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C62C is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 198 | 44 | - |
| CMYK | 0.98 | 0 | 0.78 | 0.22 |
| HSL | 132.62º | 0.97% | 0.39% | - |
| HSV(B) | 132.62º | 0.98% | 0.78% | - |
| XYZ | 20.69 | 40.59 | 9.13 | - |
| YUV | 122.14 | 83.9 | 43.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 198 | 44 | 0.98 | 0 | 0.78 | 0.22 | 132.62 | 0.97 | 0.39 |
| Hex | 3 | C6 | 2C | 62 | 0 | 4E | 16 | 85 | 61 | 27 |
| Octal | 3 | 306 | 54 | 142 | 0 | 116 | 26 | 205 | 141 | 47 |
| Binary | 11 | 11000110 | 101100 | 1100010 | 0 | 1001110 | 10110 | 10000101 | 1100001 | 100111 |
Color Harmonies of #03C62C
Complementary color
Monochromatic Colors of #03C62C
Black with #03C62C
Text Example
Text Example
White with #03C62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C62C; }
p { color: rgb(3,198,44); }
H1.HeaderClassName
{
color: #03C62C;
}
.AnyTagClassName
{
color: #03C62C;
}
</style>
background-color css
<style>
a { background-color: #03C62C; }
a { background-color: rgb(3,198,44); }
div.DivClassName
{
background-color: #03C62C;
}
.BgClassName
{
background-color: #03C62C;
}
</style>
border-color css
<style>
span { border-color: #03C62C; }
span { border-color: rgb(3,198,44); }
td.TdClassName
{
border-color: #03C62C;
}
.TagClassName
{
border-color: #03C62C;
}
</style>