Shades of Dark Pastel Green #03BC45
Tints of Dark Pastel Green #03BC45
RGB
CMYK
RGB Variations
Color information
#03BC45 (or 0x03BC45) is known color: Dark Pastel Green. HEX triplet: 03, BC and 45. RGB value is (3,188,69). Sum of RGB (Red+Green+Blue) = 3+188+69=260 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 260); Green value is 188 (73.83% from 255 or 72.31% from 260); Blue value is 69 (27.34% from 255 or 26.54% from 260); Max value from RGB is 188 - color contains mainly: green. Hex color #03BC45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BC45 is #FC43BA. Grayscale: #777777. Windows color (decimal): -16532411 or 4570115. OLE color: 4570115.
HSL color Cylindrical-coordinate representation of color #03BC45: hue angle of 141.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 #03BC45 is Cyan = 0.98, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 188 | 69 | - |
| CMYK | 0.98 | 0 | 0.63 | 0.26 |
| HSL | 141.41º | 0.97% | 0.37% | - |
| HSV(B) | 141.41º | 0.98% | 0.74% | - |
| XYZ | 19.09 | 36.42 | 11.65 | - |
| YUV | 119.12 | 99.71 | 45.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 188 | 69 | 0.98 | 0 | 0.63 | 0.26 | 141.41 | 0.97 | 0.37 |
| Hex | 3 | BC | 45 | 62 | 0 | 3F | 1A | 8D | 61 | 25 |
| Octal | 3 | 274 | 105 | 142 | 0 | 77 | 32 | 215 | 141 | 45 |
| Binary | 11 | 10111100 | 1000101 | 1100010 | 0 | 111111 | 11010 | 10001101 | 1100001 | 100101 |
Color Harmonies of #03BC45
Complementary color
Monochromatic Colors of #03BC45
Black with #03BC45
Text Example
Text Example
White with #03BC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BC45; }
p { color: rgb(3,188,69); }
H1.HeaderClassName
{
color: #03BC45;
}
.AnyTagClassName
{
color: #03BC45;
}
</style>
background-color css
<style>
a { background-color: #03BC45; }
a { background-color: rgb(3,188,69); }
div.DivClassName
{
background-color: #03BC45;
}
.BgClassName
{
background-color: #03BC45;
}
</style>
border-color css
<style>
span { border-color: #03BC45; }
span { border-color: rgb(3,188,69); }
td.TdClassName
{
border-color: #03BC45;
}
.TagClassName
{
border-color: #03BC45;
}
</style>