Shades of Dark Pastel Green #03C91B
Tints of Dark Pastel Green #03C91B
RGB
CMYK
RGB Variations
Color information
#03C91B (or 0x03C91B) is known color: Dark Pastel Green. HEX triplet: 03, C9 and 1B. RGB value is (3,201,27). Sum of RGB (Red+Green+Blue) = 3+201+27=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 201 (78.91% from 255 or 87.01% from 231); Blue value is 27 (10.94% from 255 or 11.69% from 231); Max value from RGB is 201 - color contains mainly: green. Hex color #03C91B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03C91B is #FC36E4. Grayscale: #7A7A7A. Windows color (decimal): -16529125 or 1820931. OLE color: 1820931.
HSL color Cylindrical-coordinate representation of color #03C91B: hue angle of 127.27º 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 #03C91B is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 201 | 27 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.21 |
| HSL | 127.27º | 0.97% | 0.4% | - |
| HSV(B) | 127.27º | 0.99% | 0.79% | - |
| XYZ | 21.12 | 41.87 | 8.01 | - |
| YUV | 121.96 | 74.4 | 43.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 201 | 27 | 0.99 | 0 | 0.87 | 0.21 | 127.27 | 0.97 | 0.4 |
| Hex | 3 | C9 | 1B | 63 | 0 | 57 | 15 | 7F | 61 | 28 |
| Octal | 3 | 311 | 33 | 143 | 0 | 127 | 25 | 177 | 141 | 50 |
| Binary | 11 | 11001001 | 11011 | 1100011 | 0 | 1010111 | 10101 | 1111111 | 1100001 | 101000 |
Color Harmonies of #03C91B
Complementary color
Monochromatic Colors of #03C91B
Black with #03C91B
Text Example
Text Example
White with #03C91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C91B; }
p { color: rgb(3,201,27); }
H1.HeaderClassName
{
color: #03C91B;
}
.AnyTagClassName
{
color: #03C91B;
}
</style>
background-color css
<style>
a { background-color: #03C91B; }
a { background-color: rgb(3,201,27); }
div.DivClassName
{
background-color: #03C91B;
}
.BgClassName
{
background-color: #03C91B;
}
</style>
border-color css
<style>
span { border-color: #03C91B; }
span { border-color: rgb(3,201,27); }
td.TdClassName
{
border-color: #03C91B;
}
.TagClassName
{
border-color: #03C91B;
}
</style>