Shades of Pigment Green #08B351
Tints of Pigment Green #08B351
RGB
CMYK
RGB Variations
Color information
#08B351 (or 0x08B351) is known color: Pigment Green. HEX triplet: 08, B3 and 51. RGB value is (8,179,81). Sum of RGB (Red+Green+Blue) = 8+179+81=268 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.99% from 268); Green value is 179 (70.31% from 255 or 66.79% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 179 - color contains mainly: green. Hex color #08B351 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08B351 is #F74CAE. Grayscale: #747474. Windows color (decimal): -16207023 or 5354248. OLE color: 5354248.
HSL color Cylindrical-coordinate representation of color #08B351: hue angle of 145.61º 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 #08B351 is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 8 | 179 | 81 | - |
| CMYK | 0.96 | 0 | 0.55 | 0.30 |
| HSL | 145.61º | 0.91% | 0.37% | - |
| HSV(B) | 145.61º | 0.96% | 0.7% | - |
| XYZ | 17.71 | 32.89 | 13.2 | - |
| YUV | 116.7 | 107.85 | 50.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 179 | 81 | 0.96 | 0 | 0.55 | 0.30 | 145.61 | 0.91 | 0.37 |
| Hex | 8 | B3 | 51 | 60 | 0 | 37 | 1E | 92 | 5B | 25 |
| Octal | 10 | 263 | 121 | 140 | 0 | 67 | 36 | 222 | 133 | 45 |
| Binary | 1000 | 10110011 | 1010001 | 1100000 | 0 | 110111 | 11110 | 10010010 | 1011011 | 100101 |
Color Harmonies of #08B351
Complementary color
Monochromatic Colors of #08B351
Black with #08B351
Text Example
Text Example
White with #08B351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08B351; }
p { color: rgb(8,179,81); }
H1.HeaderClassName
{
color: #08B351;
}
.AnyTagClassName
{
color: #08B351;
}
</style>
background-color css
<style>
a { background-color: #08B351; }
a { background-color: rgb(8,179,81); }
div.DivClassName
{
background-color: #08B351;
}
.BgClassName
{
background-color: #08B351;
}
</style>
border-color css
<style>
span { border-color: #08B351; }
span { border-color: rgb(8,179,81); }
td.TdClassName
{
border-color: #08B351;
}
.TagClassName
{
border-color: #08B351;
}
</style>