Shades of Dark Pastel Green #03C62A
Tints of Dark Pastel Green #03C62A
RGB
CMYK
RGB Variations
Color information
#03C62A (or 0x03C62A) is known color: Dark Pastel Green. HEX triplet: 03, C6 and 2A. RGB value is (3,198,42). Sum of RGB (Red+Green+Blue) = 3+198+42=243 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 243); Green value is 198 (77.73% from 255 or 81.48% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 198 - color contains mainly: green. Hex color #03C62A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03C62A is #FC39D5. Grayscale: #7A7A7A. Windows color (decimal): -16529878 or 2803203. OLE color: 2803203.
HSL color Cylindrical-coordinate representation of color #03C62A: hue angle of 132º 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 #03C62A is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 198 | 42 | - |
| CMYK | 0.98 | 0 | 0.79 | 0.22 |
| HSL | 132º | 0.97% | 0.39% | - |
| HSV(B) | 132º | 0.98% | 0.78% | - |
| XYZ | 20.65 | 40.57 | 8.93 | - |
| YUV | 121.91 | 82.9 | 43.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 198 | 42 | 0.98 | 0 | 0.79 | 0.22 | 132 | 0.97 | 0.39 |
| Hex | 3 | C6 | 2A | 62 | 0 | 4F | 16 | 84 | 61 | 27 |
| Octal | 3 | 306 | 52 | 142 | 0 | 117 | 26 | 204 | 141 | 47 |
| Binary | 11 | 11000110 | 101010 | 1100010 | 0 | 1001111 | 10110 | 10000100 | 1100001 | 100111 |
Color Harmonies of #03C62A
Complementary color
Monochromatic Colors of #03C62A
Black with #03C62A
Text Example
Text Example
White with #03C62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C62A; }
p { color: rgb(3,198,42); }
H1.HeaderClassName
{
color: #03C62A;
}
.AnyTagClassName
{
color: #03C62A;
}
</style>
background-color css
<style>
a { background-color: #03C62A; }
a { background-color: rgb(3,198,42); }
div.DivClassName
{
background-color: #03C62A;
}
.BgClassName
{
background-color: #03C62A;
}
</style>
border-color css
<style>
span { border-color: #03C62A; }
span { border-color: rgb(3,198,42); }
td.TdClassName
{
border-color: #03C62A;
}
.TagClassName
{
border-color: #03C62A;
}
</style>