Shades of Dark Pastel Green #04B226
Tints of Dark Pastel Green #04B226
RGB
CMYK
RGB Variations
Color information
#04B226 (or 0x04B226) is known color: Dark Pastel Green. HEX triplet: 04, B2 and 26. RGB value is (4,178,38). Sum of RGB (Red+Green+Blue) = 4+178+38=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 178 (69.92% from 255 or 80.91% from 220); Blue value is 38 (15.23% from 255 or 17.27% from 220); Max value from RGB is 178 - color contains mainly: green. Hex color #04B226 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04B226 is #FB4DD9. Grayscale: #6E6E6E. Windows color (decimal): -16469466 or 2535940. OLE color: 2535940.
HSL color Cylindrical-coordinate representation of color #04B226: hue angle of 131.72º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B226 is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 4 | 178 | 38 | - |
| CMYK | 0.98 | 0 | 0.79 | 0.30 |
| HSL | 131.72º | 0.96% | 0.36% | - |
| HSV(B) | 131.72º | 0.98% | 0.7% | - |
| XYZ | 16.32 | 32.01 | 7.15 | - |
| YUV | 110.01 | 87.35 | 52.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 178 | 38 | 0.98 | 0 | 0.79 | 0.30 | 131.72 | 0.96 | 0.36 |
| Hex | 4 | B2 | 26 | 62 | 0 | 4F | 1E | 84 | 60 | 24 |
| Octal | 4 | 262 | 46 | 142 | 0 | 117 | 36 | 204 | 140 | 44 |
| Binary | 100 | 10110010 | 100110 | 1100010 | 0 | 1001111 | 11110 | 10000100 | 1100000 | 100100 |
Color Harmonies of #04B226
Complementary color
Monochromatic Colors of #04B226
Black with #04B226
Text Example
Text Example
White with #04B226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B226; }
p { color: rgb(4,178,38); }
H1.HeaderClassName
{
color: #04B226;
}
.AnyTagClassName
{
color: #04B226;
}
</style>
background-color css
<style>
a { background-color: #04B226; }
a { background-color: rgb(4,178,38); }
div.DivClassName
{
background-color: #04B226;
}
.BgClassName
{
background-color: #04B226;
}
</style>
border-color css
<style>
span { border-color: #04B226; }
span { border-color: rgb(4,178,38); }
td.TdClassName
{
border-color: #04B226;
}
.TagClassName
{
border-color: #04B226;
}
</style>