Shades of Dark Pastel Green #03BC20
Tints of Dark Pastel Green #03BC20
RGB
CMYK
RGB Variations
Color information
#03BC20 (or 0x03BC20) is known color: Dark Pastel Green. HEX triplet: 03, BC and 20. RGB value is (3,188,32). Sum of RGB (Red+Green+Blue) = 3+188+32=223 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 223); Green value is 188 (73.83% from 255 or 84.30% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 188 - color contains mainly: green. Hex color #03BC20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BC20 is #FC43DF. Grayscale: #737373. Windows color (decimal): -16532448 or 2145283. OLE color: 2145283.
HSL color Cylindrical-coordinate representation of color #03BC20: hue angle of 129.41º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BC20 is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 188 | 32 | - |
| CMYK | 0.98 | 0 | 0.83 | 0.26 |
| HSL | 129.41º | 0.97% | 0.37% | - |
| HSV(B) | 129.41º | 0.98% | 0.74% | - |
| XYZ | 18.28 | 36.09 | 7.37 | - |
| YUV | 114.9 | 81.21 | 48.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 188 | 32 | 0.98 | 0 | 0.83 | 0.26 | 129.41 | 0.97 | 0.37 |
| Hex | 3 | BC | 20 | 62 | 0 | 53 | 1A | 81 | 61 | 25 |
| Octal | 3 | 274 | 40 | 142 | 0 | 123 | 32 | 201 | 141 | 45 |
| Binary | 11 | 10111100 | 100000 | 1100010 | 0 | 1010011 | 11010 | 10000001 | 1100001 | 100101 |
Color Harmonies of #03BC20
Complementary color
Monochromatic Colors of #03BC20
Black with #03BC20
Text Example
Text Example
White with #03BC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BC20; }
p { color: rgb(3,188,32); }
H1.HeaderClassName
{
color: #03BC20;
}
.AnyTagClassName
{
color: #03BC20;
}
</style>
background-color css
<style>
a { background-color: #03BC20; }
a { background-color: rgb(3,188,32); }
div.DivClassName
{
background-color: #03BC20;
}
.BgClassName
{
background-color: #03BC20;
}
</style>
border-color css
<style>
span { border-color: #03BC20; }
span { border-color: rgb(3,188,32); }
td.TdClassName
{
border-color: #03BC20;
}
.TagClassName
{
border-color: #03BC20;
}
</style>