Shades of Dark Pastel Green #04BA2A
Tints of Dark Pastel Green #04BA2A
RGB
CMYK
RGB Variations
Color information
#04BA2A (or 0x04BA2A) is known color: Dark Pastel Green. HEX triplet: 04, BA and 2A. RGB value is (4,186,42). Sum of RGB (Red+Green+Blue) = 4+186+42=232 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 232); Green value is 186 (73.05% from 255 or 80.17% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BA2A is #FB45D5. Grayscale: #737373. Windows color (decimal): -16467414 or 2800132. OLE color: 2800132.
HSL color Cylindrical-coordinate representation of color #04BA2A: hue angle of 132.53º 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 #04BA2A is Cyan = 0.98, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 186 | 42 | - |
| CMYK | 0.98 | 0 | 0.77 | 0.27 |
| HSL | 132.53º | 0.96% | 0.37% | - |
| HSV(B) | 132.53º | 0.98% | 0.73% | - |
| XYZ | 18.03 | 35.31 | 8.06 | - |
| YUV | 115.17 | 86.7 | 48.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 186 | 42 | 0.98 | 0 | 0.77 | 0.27 | 132.53 | 0.96 | 0.37 |
| Hex | 4 | BA | 2A | 62 | 0 | 4D | 1B | 85 | 60 | 25 |
| Octal | 4 | 272 | 52 | 142 | 0 | 115 | 33 | 205 | 140 | 45 |
| Binary | 100 | 10111010 | 101010 | 1100010 | 0 | 1001101 | 11011 | 10000101 | 1100000 | 100101 |
Color Harmonies of #04BA2A
Complementary color
Monochromatic Colors of #04BA2A
Black with #04BA2A
Text Example
Text Example
White with #04BA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BA2A; }
p { color: rgb(4,186,42); }
H1.HeaderClassName
{
color: #04BA2A;
}
.AnyTagClassName
{
color: #04BA2A;
}
</style>
background-color css
<style>
a { background-color: #04BA2A; }
a { background-color: rgb(4,186,42); }
div.DivClassName
{
background-color: #04BA2A;
}
.BgClassName
{
background-color: #04BA2A;
}
</style>
border-color css
<style>
span { border-color: #04BA2A; }
span { border-color: rgb(4,186,42); }
td.TdClassName
{
border-color: #04BA2A;
}
.TagClassName
{
border-color: #04BA2A;
}
</style>