Shades of Dark Pastel Green #03D11C
Tints of Dark Pastel Green #03D11C
RGB
CMYK
RGB Variations
Color information
#03D11C (or 0x03D11C) is known color: Dark Pastel Green. HEX triplet: 03, D1 and 1C. RGB value is (3,209,28). Sum of RGB (Red+Green+Blue) = 3+209+28=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 209 (82.03% from 255 or 87.08% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 209 - color contains mainly: green. Hex color #03D11C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D11C is #FC2EE3. Grayscale: #7F7F7F. Windows color (decimal): -16527076 or 1888515. OLE color: 1888515.
HSL color Cylindrical-coordinate representation of color #03D11C: hue angle of 127.28º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D11C is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 209 | 28 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.18 |
| HSL | 127.28º | 0.97% | 0.42% | - |
| HSV(B) | 127.28º | 0.99% | 0.82% | - |
| XYZ | 23.05 | 45.7 | 8.71 | - |
| YUV | 126.77 | 72.25 | 39.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 209 | 28 | 0.99 | 0 | 0.87 | 0.18 | 127.28 | 0.97 | 0.42 |
| Hex | 3 | D1 | 1C | 63 | 0 | 57 | 12 | 7F | 61 | 2A |
| Octal | 3 | 321 | 34 | 143 | 0 | 127 | 22 | 177 | 141 | 52 |
| Binary | 11 | 11010001 | 11100 | 1100011 | 0 | 1010111 | 10010 | 1111111 | 1100001 | 101010 |
Color Harmonies of #03D11C
Complementary color
Monochromatic Colors of #03D11C
Black with #03D11C
Text Example
Text Example
White with #03D11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D11C; }
p { color: rgb(3,209,28); }
H1.HeaderClassName
{
color: #03D11C;
}
.AnyTagClassName
{
color: #03D11C;
}
</style>
background-color css
<style>
a { background-color: #03D11C; }
a { background-color: rgb(3,209,28); }
div.DivClassName
{
background-color: #03D11C;
}
.BgClassName
{
background-color: #03D11C;
}
</style>
border-color css
<style>
span { border-color: #03D11C; }
span { border-color: rgb(3,209,28); }
td.TdClassName
{
border-color: #03D11C;
}
.TagClassName
{
border-color: #03D11C;
}
</style>