Shades of Dark Pastel Green #03C944
Tints of Dark Pastel Green #03C944
RGB
CMYK
RGB Variations
Color information
#03C944 (or 0x03C944) is known color: Dark Pastel Green. HEX triplet: 03, C9 and 44. RGB value is (3,201,68). Sum of RGB (Red+Green+Blue) = 3+201+68=272 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 272); Green value is 201 (78.91% from 255 or 73.90% from 272); Blue value is 68 (26.95% from 255 or 25% from 272); Max value from RGB is 201 - color contains mainly: green. Hex color #03C944 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03C944 is #FC36BB. Grayscale: #7E7E7E. Windows color (decimal): -16529084 or 4507907. OLE color: 4507907.
HSL color Cylindrical-coordinate representation of color #03C944: hue angle of 139.7º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C944 is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 201 | 68 | - |
| CMYK | 0.99 | 0 | 0.66 | 0.21 |
| HSL | 139.7º | 0.97% | 0.4% | - |
| HSV(B) | 139.7º | 0.99% | 0.79% | - |
| XYZ | 21.97 | 42.21 | 12.46 | - |
| YUV | 126.64 | 94.9 | 39.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 201 | 68 | 0.99 | 0 | 0.66 | 0.21 | 139.7 | 0.97 | 0.4 |
| Hex | 3 | C9 | 44 | 63 | 0 | 42 | 15 | 8C | 61 | 28 |
| Octal | 3 | 311 | 104 | 143 | 0 | 102 | 25 | 214 | 141 | 50 |
| Binary | 11 | 11001001 | 1000100 | 1100011 | 0 | 1000010 | 10101 | 10001100 | 1100001 | 101000 |
Color Harmonies of #03C944
Complementary color
Monochromatic Colors of #03C944
Black with #03C944
Text Example
Text Example
White with #03C944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C944; }
p { color: rgb(3,201,68); }
H1.HeaderClassName
{
color: #03C944;
}
.AnyTagClassName
{
color: #03C944;
}
</style>
background-color css
<style>
a { background-color: #03C944; }
a { background-color: rgb(3,201,68); }
div.DivClassName
{
background-color: #03C944;
}
.BgClassName
{
background-color: #03C944;
}
</style>
border-color css
<style>
span { border-color: #03C944; }
span { border-color: rgb(3,201,68); }
td.TdClassName
{
border-color: #03C944;
}
.TagClassName
{
border-color: #03C944;
}
</style>