Shades of Dark Pastel Green #08B32E
Tints of Dark Pastel Green #08B32E
RGB
CMYK
RGB Variations
Color information
#08B32E (or 0x08B32E) is known color: Dark Pastel Green. HEX triplet: 08, B3 and 2E. RGB value is (8,179,46). Sum of RGB (Red+Green+Blue) = 8+179+46=233 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.43% from 233); Green value is 179 (70.31% from 255 or 76.82% from 233); Blue value is 46 (18.36% from 255 or 19.74% from 233); Max value from RGB is 179 - color contains mainly: green. Hex color #08B32E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08B32E is #F74CD1. Grayscale: #717171. Windows color (decimal): -16207058 or 3060488. OLE color: 3060488.
HSL color Cylindrical-coordinate representation of color #08B32E: hue angle of 133.33º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B32E is Cyan = 0.96, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 8 | 179 | 46 | - |
| CMYK | 0.96 | 0 | 0.74 | 0.30 |
| HSL | 133.33º | 0.91% | 0.37% | - |
| HSV(B) | 133.33º | 0.96% | 0.7% | - |
| XYZ | 16.71 | 32.49 | 7.97 | - |
| YUV | 112.71 | 90.35 | 53.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 179 | 46 | 0.96 | 0 | 0.74 | 0.30 | 133.33 | 0.91 | 0.37 |
| Hex | 8 | B3 | 2E | 60 | 0 | 4A | 1E | 85 | 5B | 25 |
| Octal | 10 | 263 | 56 | 140 | 0 | 112 | 36 | 205 | 133 | 45 |
| Binary | 1000 | 10110011 | 101110 | 1100000 | 0 | 1001010 | 11110 | 10000101 | 1011011 | 100101 |
Color Harmonies of #08B32E
Complementary color
Monochromatic Colors of #08B32E
Black with #08B32E
Text Example
Text Example
White with #08B32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08B32E; }
p { color: rgb(8,179,46); }
H1.HeaderClassName
{
color: #08B32E;
}
.AnyTagClassName
{
color: #08B32E;
}
</style>
background-color css
<style>
a { background-color: #08B32E; }
a { background-color: rgb(8,179,46); }
div.DivClassName
{
background-color: #08B32E;
}
.BgClassName
{
background-color: #08B32E;
}
</style>
border-color css
<style>
span { border-color: #08B32E; }
span { border-color: rgb(8,179,46); }
td.TdClassName
{
border-color: #08B32E;
}
.TagClassName
{
border-color: #08B32E;
}
</style>