Shades of Dark Pastel Green #03C934
Tints of Dark Pastel Green #03C934
RGB
CMYK
RGB Variations
Color information
#03C934 (or 0x03C934) is known color: Dark Pastel Green. HEX triplet: 03, C9 and 34. RGB value is (3,201,52). Sum of RGB (Red+Green+Blue) = 3+201+52=256 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 256); Green value is 201 (78.91% from 255 or 78.52% from 256); Blue value is 52 (20.70% from 255 or 20.31% from 256); Max value from RGB is 201 - color contains mainly: green. Hex color #03C934 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03C934 is #FC36CB. Grayscale: #7D7D7D. Windows color (decimal): -16529100 or 3459331. OLE color: 3459331.
HSL color Cylindrical-coordinate representation of color #03C934: hue angle of 134.85º 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 #03C934 is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 201 | 52 | - |
| CMYK | 0.99 | 0 | 0.74 | 0.21 |
| HSL | 134.85º | 0.97% | 0.4% | - |
| HSV(B) | 134.85º | 0.99% | 0.79% | - |
| XYZ | 21.54 | 42.04 | 10.23 | - |
| YUV | 124.81 | 86.9 | 41.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 201 | 52 | 0.99 | 0 | 0.74 | 0.21 | 134.85 | 0.97 | 0.4 |
| Hex | 3 | C9 | 34 | 63 | 0 | 4A | 15 | 87 | 61 | 28 |
| Octal | 3 | 311 | 64 | 143 | 0 | 112 | 25 | 207 | 141 | 50 |
| Binary | 11 | 11001001 | 110100 | 1100011 | 0 | 1001010 | 10101 | 10000111 | 1100001 | 101000 |
Color Harmonies of #03C934
Complementary color
Monochromatic Colors of #03C934
Black with #03C934
Text Example
Text Example
White with #03C934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C934; }
p { color: rgb(3,201,52); }
H1.HeaderClassName
{
color: #03C934;
}
.AnyTagClassName
{
color: #03C934;
}
</style>
background-color css
<style>
a { background-color: #03C934; }
a { background-color: rgb(3,201,52); }
div.DivClassName
{
background-color: #03C934;
}
.BgClassName
{
background-color: #03C934;
}
</style>
border-color css
<style>
span { border-color: #03C934; }
span { border-color: rgb(3,201,52); }
td.TdClassName
{
border-color: #03C934;
}
.TagClassName
{
border-color: #03C934;
}
</style>