Shades of Dark Pastel Green #04BB28
Tints of Dark Pastel Green #04BB28
RGB
CMYK
RGB Variations
Color information
#04BB28 (or 0x04BB28) is known color: Dark Pastel Green. HEX triplet: 04, BB and 28. RGB value is (4,187,40). Sum of RGB (Red+Green+Blue) = 4+187+40=231 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.73% from 231); Green value is 187 (73.44% from 255 or 80.95% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 187 - color contains mainly: green. Hex color #04BB28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BB28 is #FB44D7. Grayscale: #737373. Windows color (decimal): -16467160 or 2669316. OLE color: 2669316.
HSL color Cylindrical-coordinate representation of color #04BB28: hue angle of 131.8º 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 #04BB28 is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 187 | 40 | - |
| CMYK | 0.98 | 0 | 0.79 | 0.27 |
| HSL | 131.8º | 0.96% | 0.37% | - |
| HSV(B) | 131.8º | 0.98% | 0.73% | - |
| XYZ | 18.2 | 35.72 | 7.94 | - |
| YUV | 115.53 | 85.37 | 48.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 187 | 40 | 0.98 | 0 | 0.79 | 0.27 | 131.8 | 0.96 | 0.37 |
| Hex | 4 | BB | 28 | 62 | 0 | 4F | 1B | 84 | 60 | 25 |
| Octal | 4 | 273 | 50 | 142 | 0 | 117 | 33 | 204 | 140 | 45 |
| Binary | 100 | 10111011 | 101000 | 1100010 | 0 | 1001111 | 11011 | 10000100 | 1100000 | 100101 |
Color Harmonies of #04BB28
Complementary color
Monochromatic Colors of #04BB28
Black with #04BB28
Text Example
Text Example
White with #04BB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BB28; }
p { color: rgb(4,187,40); }
H1.HeaderClassName
{
color: #04BB28;
}
.AnyTagClassName
{
color: #04BB28;
}
</style>
background-color css
<style>
a { background-color: #04BB28; }
a { background-color: rgb(4,187,40); }
div.DivClassName
{
background-color: #04BB28;
}
.BgClassName
{
background-color: #04BB28;
}
</style>
border-color css
<style>
span { border-color: #04BB28; }
span { border-color: rgb(4,187,40); }
td.TdClassName
{
border-color: #04BB28;
}
.TagClassName
{
border-color: #04BB28;
}
</style>