Shades of Pigment Green #08924D
Tints of Pigment Green #08924D
RGB
CMYK
RGB Variations
Color information
#08924D (or 0x08924D) is known color: Pigment Green. HEX triplet: 08, 92 and 4D. RGB value is (8,146,77). Sum of RGB (Red+Green+Blue) = 8+146+77=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 146 (57.42% from 255 or 63.20% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 146 - color contains mainly: green. Hex color #08924D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08924D is #F76DB2. Grayscale: #616161. Windows color (decimal): -16215475 or 5083656. OLE color: 5083656.
HSL color Cylindrical-coordinate representation of color #08924D: hue angle of 150º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08924D is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 146 | 77 | - |
| CMYK | 0.95 | 0 | 0.47 | 0.43 |
| HSL | 150º | 0.9% | 0.3% | - |
| HSV(B) | 150º | 0.95% | 0.57% | - |
| XYZ | 11.72 | 21.15 | 10.48 | - |
| YUV | 96.87 | 116.78 | 64.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 146 | 77 | 0.95 | 0 | 0.47 | 0.43 | 150 | 0.9 | 0.3 |
| Hex | 8 | 92 | 4D | 5F | 0 | 2F | 2B | 96 | 5A | 1E |
| Octal | 10 | 222 | 115 | 137 | 0 | 57 | 53 | 226 | 132 | 36 |
| Binary | 1000 | 10010010 | 1001101 | 1011111 | 0 | 101111 | 101011 | 10010110 | 1011010 | 11110 |
Color Harmonies of #08924D
Complementary color
Monochromatic Colors of #08924D
Black with #08924D
Text Example
Text Example
White with #08924D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08924D; }
p { color: rgb(8,146,77); }
H1.HeaderClassName
{
color: #08924D;
}
.AnyTagClassName
{
color: #08924D;
}
</style>
background-color css
<style>
a { background-color: #08924D; }
a { background-color: rgb(8,146,77); }
div.DivClassName
{
background-color: #08924D;
}
.BgClassName
{
background-color: #08924D;
}
</style>
border-color css
<style>
span { border-color: #08924D; }
span { border-color: rgb(8,146,77); }
td.TdClassName
{
border-color: #08924D;
}
.TagClassName
{
border-color: #08924D;
}
</style>