Shades of Dark Pastel Green #03C742
Tints of Dark Pastel Green #03C742
RGB
CMYK
RGB Variations
Color information
#03C742 (or 0x03C742) is known color: Dark Pastel Green. HEX triplet: 03, C7 and 42. RGB value is (3,199,66). Sum of RGB (Red+Green+Blue) = 3+199+66=268 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 268); Green value is 199 (78.12% from 255 or 74.25% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 199 - color contains mainly: green. Hex color #03C742 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03C742 is #FC38BD. Grayscale: #7D7D7D. Windows color (decimal): -16529598 or 4376323. OLE color: 4376323.
HSL color Cylindrical-coordinate representation of color #03C742: hue angle of 139.29º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C742 is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 199 | 66 | - |
| CMYK | 0.98 | 0 | 0.67 | 0.22 |
| HSL | 139.29º | 0.97% | 0.4% | - |
| HSV(B) | 139.29º | 0.98% | 0.78% | - |
| XYZ | 21.44 | 41.26 | 11.99 | - |
| YUV | 125.23 | 94.57 | 40.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 199 | 66 | 0.98 | 0 | 0.67 | 0.22 | 139.29 | 0.97 | 0.4 |
| Hex | 3 | C7 | 42 | 62 | 0 | 43 | 16 | 8B | 61 | 28 |
| Octal | 3 | 307 | 102 | 142 | 0 | 103 | 26 | 213 | 141 | 50 |
| Binary | 11 | 11000111 | 1000010 | 1100010 | 0 | 1000011 | 10110 | 10001011 | 1100001 | 101000 |
Color Harmonies of #03C742
Complementary color
Monochromatic Colors of #03C742
Black with #03C742
Text Example
Text Example
White with #03C742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C742; }
p { color: rgb(3,199,66); }
H1.HeaderClassName
{
color: #03C742;
}
.AnyTagClassName
{
color: #03C742;
}
</style>
background-color css
<style>
a { background-color: #03C742; }
a { background-color: rgb(3,199,66); }
div.DivClassName
{
background-color: #03C742;
}
.BgClassName
{
background-color: #03C742;
}
</style>
border-color css
<style>
span { border-color: #03C742; }
span { border-color: rgb(3,199,66); }
td.TdClassName
{
border-color: #03C742;
}
.TagClassName
{
border-color: #03C742;
}
</style>