Shades of Pigment Green #08993B
Tints of Pigment Green #08993B
RGB
CMYK
RGB Variations
Color information
#08993B (or 0x08993B) is known color: Pigment Green. HEX triplet: 08, 99 and 3B. RGB value is (8,153,59). Sum of RGB (Red+Green+Blue) = 8+153+59=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 153 (60.16% from 255 or 69.55% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 153 - color contains mainly: green. Hex color #08993B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08993B is #F766C4. Grayscale: #636363. Windows color (decimal): -16213701 or 3905800. OLE color: 3905800.
HSL color Cylindrical-coordinate representation of color #08993B: hue angle of 141.1º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08993B is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 8 | 153 | 59 | - |
| CMYK | 0.95 | 0 | 0.61 | 0.4 |
| HSL | 141.1º | 0.9% | 0.32% | - |
| HSV(B) | 141.1º | 0.95% | 0.6% | - |
| XYZ | 12.28 | 23.15 | 7.96 | - |
| YUV | 98.93 | 105.46 | 63.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 153 | 59 | 0.95 | 0 | 0.61 | 0.4 | 141.1 | 0.9 | 0.32 |
| Hex | 8 | 99 | 3B | 5F | 0 | 3D | 28 | 8D | 5A | 20 |
| Octal | 10 | 231 | 73 | 137 | 0 | 75 | 50 | 215 | 132 | 40 |
| Binary | 1000 | 10011001 | 111011 | 1011111 | 0 | 111101 | 101000 | 10001101 | 1011010 | 100000 |
Color Harmonies of #08993B
Complementary color
Monochromatic Colors of #08993B
Black with #08993B
Text Example
Text Example
White with #08993B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08993B; }
p { color: rgb(8,153,59); }
H1.HeaderClassName
{
color: #08993B;
}
.AnyTagClassName
{
color: #08993B;
}
</style>
background-color css
<style>
a { background-color: #08993B; }
a { background-color: rgb(8,153,59); }
div.DivClassName
{
background-color: #08993B;
}
.BgClassName
{
background-color: #08993B;
}
</style>
border-color css
<style>
span { border-color: #08993B; }
span { border-color: rgb(8,153,59); }
td.TdClassName
{
border-color: #08993B;
}
.TagClassName
{
border-color: #08993B;
}
</style>