Shades of Dark Pastel Green #03C741
Tints of Dark Pastel Green #03C741
RGB
CMYK
RGB Variations
Color information
#03C741 (or 0x03C741) is known color: Dark Pastel Green. HEX triplet: 03, C7 and 41. RGB value is (3,199,65). Sum of RGB (Red+Green+Blue) = 3+199+65=267 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 267); Green value is 199 (78.12% from 255 or 74.53% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 199 - color contains mainly: green. Hex color #03C741 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03C741 is #FC38BE. Grayscale: #7D7D7D. Windows color (decimal): -16529599 or 4310787. OLE color: 4310787.
HSL color Cylindrical-coordinate representation of color #03C741: hue angle of 138.98º 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 #03C741 is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 199 | 65 | - |
| CMYK | 0.98 | 0 | 0.67 | 0.22 |
| HSL | 138.98º | 0.97% | 0.4% | - |
| HSV(B) | 138.98º | 0.98% | 0.78% | - |
| XYZ | 21.42 | 41.25 | 11.83 | - |
| YUV | 125.12 | 94.07 | 40.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 199 | 65 | 0.98 | 0 | 0.67 | 0.22 | 138.98 | 0.97 | 0.4 |
| Hex | 3 | C7 | 41 | 62 | 0 | 43 | 16 | 8B | 61 | 28 |
| Octal | 3 | 307 | 101 | 142 | 0 | 103 | 26 | 213 | 141 | 50 |
| Binary | 11 | 11000111 | 1000001 | 1100010 | 0 | 1000011 | 10110 | 10001011 | 1100001 | 101000 |
Color Harmonies of #03C741
Complementary color
Monochromatic Colors of #03C741
Black with #03C741
Text Example
Text Example
White with #03C741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C741; }
p { color: rgb(3,199,65); }
H1.HeaderClassName
{
color: #03C741;
}
.AnyTagClassName
{
color: #03C741;
}
</style>
background-color css
<style>
a { background-color: #03C741; }
a { background-color: rgb(3,199,65); }
div.DivClassName
{
background-color: #03C741;
}
.BgClassName
{
background-color: #03C741;
}
</style>
border-color css
<style>
span { border-color: #03C741; }
span { border-color: rgb(3,199,65); }
td.TdClassName
{
border-color: #03C741;
}
.TagClassName
{
border-color: #03C741;
}
</style>