Shades of Dark Pastel Green #04BA28
Tints of Dark Pastel Green #04BA28
RGB
CMYK
RGB Variations
Color information
#04BA28 (or 0x04BA28) is known color: Dark Pastel Green. HEX triplet: 04, BA and 28. RGB value is (4,186,40). Sum of RGB (Red+Green+Blue) = 4+186+40=230 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.74% from 230); Green value is 186 (73.05% from 255 or 80.87% from 230); Blue value is 40 (16.02% from 255 or 17.39% from 230); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BA28 is #FB45D7. Grayscale: #737373. Windows color (decimal): -16467416 or 2669060. OLE color: 2669060.
HSL color Cylindrical-coordinate representation of color #04BA28: hue angle of 131.87º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BA28 is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 186 | 40 | - |
| CMYK | 0.98 | 0 | 0.78 | 0.27 |
| HSL | 131.87º | 0.96% | 0.37% | - |
| HSV(B) | 131.87º | 0.98% | 0.73% | - |
| XYZ | 17.99 | 35.3 | 7.87 | - |
| YUV | 114.94 | 85.7 | 48.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 186 | 40 | 0.98 | 0 | 0.78 | 0.27 | 131.87 | 0.96 | 0.37 |
| Hex | 4 | BA | 28 | 62 | 0 | 4E | 1B | 84 | 60 | 25 |
| Octal | 4 | 272 | 50 | 142 | 0 | 116 | 33 | 204 | 140 | 45 |
| Binary | 100 | 10111010 | 101000 | 1100010 | 0 | 1001110 | 11011 | 10000100 | 1100000 | 100101 |
Color Harmonies of #04BA28
Complementary color
Monochromatic Colors of #04BA28
Black with #04BA28
Text Example
Text Example
White with #04BA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BA28; }
p { color: rgb(4,186,40); }
H1.HeaderClassName
{
color: #04BA28;
}
.AnyTagClassName
{
color: #04BA28;
}
</style>
background-color css
<style>
a { background-color: #04BA28; }
a { background-color: rgb(4,186,40); }
div.DivClassName
{
background-color: #04BA28;
}
.BgClassName
{
background-color: #04BA28;
}
</style>
border-color css
<style>
span { border-color: #04BA28; }
span { border-color: rgb(4,186,40); }
td.TdClassName
{
border-color: #04BA28;
}
.TagClassName
{
border-color: #04BA28;
}
</style>