Shades of Dark Pastel Green #03C441
Tints of Dark Pastel Green #03C441
RGB
CMYK
RGB Variations
Color information
#03C441 (or 0x03C441) is known color: Dark Pastel Green. HEX triplet: 03, C4 and 41. RGB value is (3,196,65). Sum of RGB (Red+Green+Blue) = 3+196+65=264 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 264); Green value is 196 (76.95% from 255 or 74.24% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 196 - color contains mainly: green. Hex color #03C441 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03C441 is #FC3BBE. Grayscale: #7B7B7B. Windows color (decimal): -16530367 or 4310019. OLE color: 4310019.
HSL color Cylindrical-coordinate representation of color #03C441: hue angle of 139.27º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C441 is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 3 | 196 | 65 | - |
| CMYK | 0.98 | 0 | 0.67 | 0.23 |
| HSL | 139.27º | 0.97% | 0.39% | - |
| HSV(B) | 139.27º | 0.98% | 0.77% | - |
| XYZ | 20.73 | 39.88 | 11.61 | - |
| YUV | 123.36 | 95.06 | 42.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 196 | 65 | 0.98 | 0 | 0.67 | 0.23 | 139.27 | 0.97 | 0.39 |
| Hex | 3 | C4 | 41 | 62 | 0 | 43 | 17 | 8B | 61 | 27 |
| Octal | 3 | 304 | 101 | 142 | 0 | 103 | 27 | 213 | 141 | 47 |
| Binary | 11 | 11000100 | 1000001 | 1100010 | 0 | 1000011 | 10111 | 10001011 | 1100001 | 100111 |
Color Harmonies of #03C441
Complementary color
Monochromatic Colors of #03C441
Black with #03C441
Text Example
Text Example
White with #03C441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C441; }
p { color: rgb(3,196,65); }
H1.HeaderClassName
{
color: #03C441;
}
.AnyTagClassName
{
color: #03C441;
}
</style>
background-color css
<style>
a { background-color: #03C441; }
a { background-color: rgb(3,196,65); }
div.DivClassName
{
background-color: #03C441;
}
.BgClassName
{
background-color: #03C441;
}
</style>
border-color css
<style>
span { border-color: #03C441; }
span { border-color: rgb(3,196,65); }
td.TdClassName
{
border-color: #03C441;
}
.TagClassName
{
border-color: #03C441;
}
</style>