Shades of Pigment Green #08944C
Tints of Pigment Green #08944C
RGB
CMYK
RGB Variations
Color information
#08944C (or 0x08944C) is known color: Pigment Green. HEX triplet: 08, 94 and 4C. RGB value is (8,148,76). Sum of RGB (Red+Green+Blue) = 8+148+76=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 148 (58.20% from 255 or 63.79% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 148 - color contains mainly: green. Hex color #08944C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08944C is #F76BB3. Grayscale: #626262. Windows color (decimal): -16214964 or 5018632. OLE color: 5018632.
HSL color Cylindrical-coordinate representation of color #08944C: hue angle of 149.14º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08944C is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 148 | 76 | - |
| CMYK | 0.95 | 0 | 0.49 | 0.42 |
| HSL | 149.14º | 0.9% | 0.31% | - |
| HSV(B) | 149.14º | 0.95% | 0.58% | - |
| XYZ | 11.99 | 21.75 | 10.4 | - |
| YUV | 97.93 | 115.62 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 148 | 76 | 0.95 | 0 | 0.49 | 0.42 | 149.14 | 0.9 | 0.31 |
| Hex | 8 | 94 | 4C | 5F | 0 | 31 | 2A | 95 | 5A | 1F |
| Octal | 10 | 224 | 114 | 137 | 0 | 61 | 52 | 225 | 132 | 37 |
| Binary | 1000 | 10010100 | 1001100 | 1011111 | 0 | 110001 | 101010 | 10010101 | 1011010 | 11111 |
Color Harmonies of #08944C
Complementary color
Monochromatic Colors of #08944C
Black with #08944C
Text Example
Text Example
White with #08944C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08944C; }
p { color: rgb(8,148,76); }
H1.HeaderClassName
{
color: #08944C;
}
.AnyTagClassName
{
color: #08944C;
}
</style>
background-color css
<style>
a { background-color: #08944C; }
a { background-color: rgb(8,148,76); }
div.DivClassName
{
background-color: #08944C;
}
.BgClassName
{
background-color: #08944C;
}
</style>
border-color css
<style>
span { border-color: #08944C; }
span { border-color: rgb(8,148,76); }
td.TdClassName
{
border-color: #08944C;
}
.TagClassName
{
border-color: #08944C;
}
</style>