Shades of Dark Pastel Green #04BA2F
Tints of Dark Pastel Green #04BA2F
RGB
CMYK
RGB Variations
Color information
#04BA2F (or 0x04BA2F) is known color: Dark Pastel Green. HEX triplet: 04, BA and 2F. RGB value is (4,186,47). Sum of RGB (Red+Green+Blue) = 4+186+47=237 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 237); Green value is 186 (73.05% from 255 or 78.48% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BA2F is #FB45D0. Grayscale: #747474. Windows color (decimal): -16467409 or 3127812. OLE color: 3127812.
HSL color Cylindrical-coordinate representation of color #04BA2F: hue angle of 134.18º 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 #04BA2F is Cyan = 0.98, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 186 | 47 | - |
| CMYK | 0.98 | 0 | 0.75 | 0.27 |
| HSL | 134.18º | 0.96% | 0.37% | - |
| HSV(B) | 134.18º | 0.98% | 0.73% | - |
| XYZ | 18.12 | 35.35 | 8.56 | - |
| YUV | 115.74 | 89.2 | 48.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 186 | 47 | 0.98 | 0 | 0.75 | 0.27 | 134.18 | 0.96 | 0.37 |
| Hex | 4 | BA | 2F | 62 | 0 | 4B | 1B | 86 | 60 | 25 |
| Octal | 4 | 272 | 57 | 142 | 0 | 113 | 33 | 206 | 140 | 45 |
| Binary | 100 | 10111010 | 101111 | 1100010 | 0 | 1001011 | 11011 | 10000110 | 1100000 | 100101 |
Color Harmonies of #04BA2F
Complementary color
Monochromatic Colors of #04BA2F
Black with #04BA2F
Text Example
Text Example
White with #04BA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BA2F; }
p { color: rgb(4,186,47); }
H1.HeaderClassName
{
color: #04BA2F;
}
.AnyTagClassName
{
color: #04BA2F;
}
</style>
background-color css
<style>
a { background-color: #04BA2F; }
a { background-color: rgb(4,186,47); }
div.DivClassName
{
background-color: #04BA2F;
}
.BgClassName
{
background-color: #04BA2F;
}
</style>
border-color css
<style>
span { border-color: #04BA2F; }
span { border-color: rgb(4,186,47); }
td.TdClassName
{
border-color: #04BA2F;
}
.TagClassName
{
border-color: #04BA2F;
}
</style>