Shades of Dark Pastel Green #08BA2E
Tints of Dark Pastel Green #08BA2E
RGB
CMYK
RGB Variations
Color information
#08BA2E (or 0x08BA2E) is known color: Dark Pastel Green. HEX triplet: 08, BA and 2E. RGB value is (8,186,46). Sum of RGB (Red+Green+Blue) = 8+186+46=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 186 (73.05% from 255 or 77.5% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 186 - color contains mainly: green. Hex color #08BA2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08BA2E is #F745D1. Grayscale: #757575. Windows color (decimal): -16205266 or 3062280. OLE color: 3062280.
HSL color Cylindrical-coordinate representation of color #08BA2E: hue angle of 132.81º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BA2E is Cyan = 0.96, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 186 | 46 | - |
| CMYK | 0.96 | 0 | 0.75 | 0.27 |
| HSL | 132.81º | 0.92% | 0.38% | - |
| HSV(B) | 132.81º | 0.96% | 0.73% | - |
| XYZ | 18.15 | 35.37 | 8.45 | - |
| YUV | 116.82 | 88.03 | 50.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 186 | 46 | 0.96 | 0 | 0.75 | 0.27 | 132.81 | 0.92 | 0.38 |
| Hex | 8 | BA | 2E | 60 | 0 | 4B | 1B | 85 | 5C | 26 |
| Octal | 10 | 272 | 56 | 140 | 0 | 113 | 33 | 205 | 134 | 46 |
| Binary | 1000 | 10111010 | 101110 | 1100000 | 0 | 1001011 | 11011 | 10000101 | 1011100 | 100110 |
Color Harmonies of #08BA2E
Complementary color
Monochromatic Colors of #08BA2E
Black with #08BA2E
Text Example
Text Example
White with #08BA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BA2E; }
p { color: rgb(8,186,46); }
H1.HeaderClassName
{
color: #08BA2E;
}
.AnyTagClassName
{
color: #08BA2E;
}
</style>
background-color css
<style>
a { background-color: #08BA2E; }
a { background-color: rgb(8,186,46); }
div.DivClassName
{
background-color: #08BA2E;
}
.BgClassName
{
background-color: #08BA2E;
}
</style>
border-color css
<style>
span { border-color: #08BA2E; }
span { border-color: rgb(8,186,46); }
td.TdClassName
{
border-color: #08BA2E;
}
.TagClassName
{
border-color: #08BA2E;
}
</style>