Shades of Dark Pastel Green #08BC2C
Tints of Dark Pastel Green #08BC2C
RGB
CMYK
RGB Variations
Color information
#08BC2C (or 0x08BC2C) is known color: Dark Pastel Green. HEX triplet: 08, BC and 2C. RGB value is (8,188,44). Sum of RGB (Red+Green+Blue) = 8+188+44=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 188 (73.83% from 255 or 78.33% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 188 - color contains mainly: green. Hex color #08BC2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08BC2C is #F743D3. Grayscale: #767676. Windows color (decimal): -16204756 or 2931720. OLE color: 2931720.
HSL color Cylindrical-coordinate representation of color #08BC2C: hue angle of 132º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BC2C is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 188 | 44 | - |
| CMYK | 0.96 | 0 | 0.77 | 0.26 |
| HSL | 132º | 0.92% | 0.38% | - |
| HSV(B) | 132º | 0.96% | 0.74% | - |
| XYZ | 18.54 | 36.2 | 8.39 | - |
| YUV | 117.76 | 86.37 | 49.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 188 | 44 | 0.96 | 0 | 0.77 | 0.26 | 132 | 0.92 | 0.38 |
| Hex | 8 | BC | 2C | 60 | 0 | 4D | 1A | 84 | 5C | 26 |
| Octal | 10 | 274 | 54 | 140 | 0 | 115 | 32 | 204 | 134 | 46 |
| Binary | 1000 | 10111100 | 101100 | 1100000 | 0 | 1001101 | 11010 | 10000100 | 1011100 | 100110 |
Color Harmonies of #08BC2C
Complementary color
Monochromatic Colors of #08BC2C
Black with #08BC2C
Text Example
Text Example
White with #08BC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BC2C; }
p { color: rgb(8,188,44); }
H1.HeaderClassName
{
color: #08BC2C;
}
.AnyTagClassName
{
color: #08BC2C;
}
</style>
background-color css
<style>
a { background-color: #08BC2C; }
a { background-color: rgb(8,188,44); }
div.DivClassName
{
background-color: #08BC2C;
}
.BgClassName
{
background-color: #08BC2C;
}
</style>
border-color css
<style>
span { border-color: #08BC2C; }
span { border-color: rgb(8,188,44); }
td.TdClassName
{
border-color: #08BC2C;
}
.TagClassName
{
border-color: #08BC2C;
}
</style>