Shades of Dark Pastel Green #04BC2D
Tints of Dark Pastel Green #04BC2D
RGB
CMYK
RGB Variations
Color information
#04BC2D (or 0x04BC2D) is known color: Dark Pastel Green. HEX triplet: 04, BC and 2D. RGB value is (4,188,45). Sum of RGB (Red+Green+Blue) = 4+188+45=237 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 237); Green value is 188 (73.83% from 255 or 79.32% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 188 - color contains mainly: green. Hex color #04BC2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BC2D is #FB43D2. Grayscale: #757575. Windows color (decimal): -16466899 or 2997252. OLE color: 2997252.
HSL color Cylindrical-coordinate representation of color #04BC2D: hue angle of 133.37º 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 #04BC2D is Cyan = 0.98, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 188 | 45 | - |
| CMYK | 0.98 | 0 | 0.76 | 0.26 |
| HSL | 133.37º | 0.96% | 0.38% | - |
| HSV(B) | 133.37º | 0.98% | 0.74% | - |
| XYZ | 18.51 | 36.18 | 8.49 | - |
| YUV | 116.68 | 87.54 | 47.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 188 | 45 | 0.98 | 0 | 0.76 | 0.26 | 133.37 | 0.96 | 0.38 |
| Hex | 4 | BC | 2D | 62 | 0 | 4C | 1A | 85 | 60 | 26 |
| Octal | 4 | 274 | 55 | 142 | 0 | 114 | 32 | 205 | 140 | 46 |
| Binary | 100 | 10111100 | 101101 | 1100010 | 0 | 1001100 | 11010 | 10000101 | 1100000 | 100110 |
Color Harmonies of #04BC2D
Complementary color
Monochromatic Colors of #04BC2D
Black with #04BC2D
Text Example
Text Example
White with #04BC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BC2D; }
p { color: rgb(4,188,45); }
H1.HeaderClassName
{
color: #04BC2D;
}
.AnyTagClassName
{
color: #04BC2D;
}
</style>
background-color css
<style>
a { background-color: #04BC2D; }
a { background-color: rgb(4,188,45); }
div.DivClassName
{
background-color: #04BC2D;
}
.BgClassName
{
background-color: #04BC2D;
}
</style>
border-color css
<style>
span { border-color: #04BC2D; }
span { border-color: rgb(4,188,45); }
td.TdClassName
{
border-color: #04BC2D;
}
.TagClassName
{
border-color: #04BC2D;
}
</style>