Shades of Pigment Green #08B358
Tints of Pigment Green #08B358
RGB
CMYK
RGB Variations
Color information
#08B358 (or 0x08B358) is known color: Pigment Green. HEX triplet: 08, B3 and 58. RGB value is (8,179,88). Sum of RGB (Red+Green+Blue) = 8+179+88=275 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.91% from 275); Green value is 179 (70.31% from 255 or 65.09% from 275); Blue value is 88 (34.77% from 255 or 32% from 275); Max value from RGB is 179 - color contains mainly: green. Hex color #08B358 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08B358 is #F74CA7. Grayscale: #757575. Windows color (decimal): -16207016 or 5813000. OLE color: 5813000.
HSL color Cylindrical-coordinate representation of color #08B358: hue angle of 148.07º 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 #08B358 is Cyan = 0.96, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 8 | 179 | 88 | - |
| CMYK | 0.96 | 0 | 0.51 | 0.30 |
| HSL | 148.07º | 0.91% | 0.37% | - |
| HSV(B) | 148.07º | 0.96% | 0.7% | - |
| XYZ | 17.98 | 33 | 14.65 | - |
| YUV | 117.5 | 111.35 | 49.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 179 | 88 | 0.96 | 0 | 0.51 | 0.30 | 148.07 | 0.91 | 0.37 |
| Hex | 8 | B3 | 58 | 60 | 0 | 33 | 1E | 94 | 5B | 25 |
| Octal | 10 | 263 | 130 | 140 | 0 | 63 | 36 | 224 | 133 | 45 |
| Binary | 1000 | 10110011 | 1011000 | 1100000 | 0 | 110011 | 11110 | 10010100 | 1011011 | 100101 |
Color Harmonies of #08B358
Complementary color
Monochromatic Colors of #08B358
Black with #08B358
Text Example
Text Example
White with #08B358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08B358; }
p { color: rgb(8,179,88); }
H1.HeaderClassName
{
color: #08B358;
}
.AnyTagClassName
{
color: #08B358;
}
</style>
background-color css
<style>
a { background-color: #08B358; }
a { background-color: rgb(8,179,88); }
div.DivClassName
{
background-color: #08B358;
}
.BgClassName
{
background-color: #08B358;
}
</style>
border-color css
<style>
span { border-color: #08B358; }
span { border-color: rgb(8,179,88); }
td.TdClassName
{
border-color: #08B358;
}
.TagClassName
{
border-color: #08B358;
}
</style>