Shades of Dark Pastel Green #03BC28
Tints of Dark Pastel Green #03BC28
RGB
CMYK
RGB Variations
Color information
#03BC28 (or 0x03BC28) is known color: Dark Pastel Green. HEX triplet: 03, BC and 28. RGB value is (3,188,40). Sum of RGB (Red+Green+Blue) = 3+188+40=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 188 (73.83% from 255 or 81.39% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 188 - color contains mainly: green. Hex color #03BC28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BC28 is #FC43D7. Grayscale: #747474. Windows color (decimal): -16532440 or 2669571. OLE color: 2669571.
HSL color Cylindrical-coordinate representation of color #03BC28: hue angle of 132º 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 #03BC28 is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 188 | 40 | - |
| CMYK | 0.98 | 0 | 0.79 | 0.26 |
| HSL | 132º | 0.97% | 0.37% | - |
| HSV(B) | 132º | 0.98% | 0.74% | - |
| XYZ | 18.4 | 36.14 | 8.01 | - |
| YUV | 115.81 | 85.21 | 47.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 188 | 40 | 0.98 | 0 | 0.79 | 0.26 | 132 | 0.97 | 0.37 |
| Hex | 3 | BC | 28 | 62 | 0 | 4F | 1A | 84 | 61 | 25 |
| Octal | 3 | 274 | 50 | 142 | 0 | 117 | 32 | 204 | 141 | 45 |
| Binary | 11 | 10111100 | 101000 | 1100010 | 0 | 1001111 | 11010 | 10000100 | 1100001 | 100101 |
Color Harmonies of #03BC28
Complementary color
Monochromatic Colors of #03BC28
Black with #03BC28
Text Example
Text Example
White with #03BC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BC28; }
p { color: rgb(3,188,40); }
H1.HeaderClassName
{
color: #03BC28;
}
.AnyTagClassName
{
color: #03BC28;
}
</style>
background-color css
<style>
a { background-color: #03BC28; }
a { background-color: rgb(3,188,40); }
div.DivClassName
{
background-color: #03BC28;
}
.BgClassName
{
background-color: #03BC28;
}
</style>
border-color css
<style>
span { border-color: #03BC28; }
span { border-color: rgb(3,188,40); }
td.TdClassName
{
border-color: #03BC28;
}
.TagClassName
{
border-color: #03BC28;
}
</style>