Shades of Dark Pastel Green #04BC2B
Tints of Dark Pastel Green #04BC2B
RGB
CMYK
RGB Variations
Color information
#04BC2B (or 0x04BC2B) is known color: Dark Pastel Green. HEX triplet: 04, BC and 2B. RGB value is (4,188,43). Sum of RGB (Red+Green+Blue) = 4+188+43=235 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.70% from 235); Green value is 188 (73.83% from 255 or 80% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 188 - color contains mainly: green. Hex color #04BC2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BC2B is #FB43D4. Grayscale: #747474. Windows color (decimal): -16466901 or 2866180. OLE color: 2866180.
HSL color Cylindrical-coordinate representation of color #04BC2B: hue angle of 132.72º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BC2B is Cyan = 0.98, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 188 | 43 | - |
| CMYK | 0.98 | 0 | 0.77 | 0.26 |
| HSL | 132.72º | 0.96% | 0.38% | - |
| HSV(B) | 132.72º | 0.98% | 0.74% | - |
| XYZ | 18.47 | 36.17 | 8.29 | - |
| YUV | 116.45 | 86.54 | 47.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 188 | 43 | 0.98 | 0 | 0.77 | 0.26 | 132.72 | 0.96 | 0.38 |
| Hex | 4 | BC | 2B | 62 | 0 | 4D | 1A | 85 | 60 | 26 |
| Octal | 4 | 274 | 53 | 142 | 0 | 115 | 32 | 205 | 140 | 46 |
| Binary | 100 | 10111100 | 101011 | 1100010 | 0 | 1001101 | 11010 | 10000101 | 1100000 | 100110 |
Color Harmonies of #04BC2B
Complementary color
Monochromatic Colors of #04BC2B
Black with #04BC2B
Text Example
Text Example
White with #04BC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BC2B; }
p { color: rgb(4,188,43); }
H1.HeaderClassName
{
color: #04BC2B;
}
.AnyTagClassName
{
color: #04BC2B;
}
</style>
background-color css
<style>
a { background-color: #04BC2B; }
a { background-color: rgb(4,188,43); }
div.DivClassName
{
background-color: #04BC2B;
}
.BgClassName
{
background-color: #04BC2B;
}
</style>
border-color css
<style>
span { border-color: #04BC2B; }
span { border-color: rgb(4,188,43); }
td.TdClassName
{
border-color: #04BC2B;
}
.TagClassName
{
border-color: #04BC2B;
}
</style>