Shades of Pigment Green #08934C
Tints of Pigment Green #08934C
RGB
CMYK
RGB Variations
Color information
#08934C (or 0x08934C) is known color: Pigment Green. HEX triplet: 08, 93 and 4C. RGB value is (8,147,76). Sum of RGB (Red+Green+Blue) = 8+147+76=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 147 (57.81% from 255 or 63.64% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 147 - color contains mainly: green. Hex color #08934C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08934C is #F76CB3. Grayscale: #616161. Windows color (decimal): -16215220 or 5018376. OLE color: 5018376.
HSL color Cylindrical-coordinate representation of color #08934C: hue angle of 149.35º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08934C is Cyan = 0.95, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 147 | 76 | - |
| CMYK | 0.95 | 0 | 0.48 | 0.42 |
| HSL | 149.35º | 0.9% | 0.3% | - |
| HSV(B) | 149.35º | 0.95% | 0.58% | - |
| XYZ | 11.84 | 21.44 | 10.35 | - |
| YUV | 97.35 | 115.95 | 64.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 147 | 76 | 0.95 | 0 | 0.48 | 0.42 | 149.35 | 0.9 | 0.3 |
| Hex | 8 | 93 | 4C | 5F | 0 | 30 | 2A | 95 | 5A | 1E |
| Octal | 10 | 223 | 114 | 137 | 0 | 60 | 52 | 225 | 132 | 36 |
| Binary | 1000 | 10010011 | 1001100 | 1011111 | 0 | 110000 | 101010 | 10010101 | 1011010 | 11110 |
Color Harmonies of #08934C
Complementary color
Monochromatic Colors of #08934C
Black with #08934C
Text Example
Text Example
White with #08934C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08934C; }
p { color: rgb(8,147,76); }
H1.HeaderClassName
{
color: #08934C;
}
.AnyTagClassName
{
color: #08934C;
}
</style>
background-color css
<style>
a { background-color: #08934C; }
a { background-color: rgb(8,147,76); }
div.DivClassName
{
background-color: #08934C;
}
.BgClassName
{
background-color: #08934C;
}
</style>
border-color css
<style>
span { border-color: #08934C; }
span { border-color: rgb(8,147,76); }
td.TdClassName
{
border-color: #08934C;
}
.TagClassName
{
border-color: #08934C;
}
</style>