Shades of Dark Pastel Green #089F2C
Tints of Dark Pastel Green #089F2C
RGB
CMYK
RGB Variations
Color information
#089F2C (or 0x089F2C) is known color: Dark Pastel Green. HEX triplet: 08, 9F and 2C. RGB value is (8,159,44). Sum of RGB (Red+Green+Blue) = 8+159+44=211 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.79% from 211); Green value is 159 (62.5% from 255 or 75.36% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 159 - color contains mainly: green. Hex color #089F2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #089F2C is #F760D3. Grayscale: #656565. Windows color (decimal): -16212180 or 2924296. OLE color: 2924296.
HSL color Cylindrical-coordinate representation of color #089F2C: hue angle of 134.3º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089F2C is Cyan = 0.95, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 159 | 44 | - |
| CMYK | 0.95 | 0 | 0.72 | 0.38 |
| HSL | 134.3º | 0.9% | 0.33% | - |
| HSV(B) | 134.3º | 0.95% | 0.62% | - |
| XYZ | 12.95 | 25.03 | 6.53 | - |
| YUV | 100.74 | 95.97 | 61.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 159 | 44 | 0.95 | 0 | 0.72 | 0.38 | 134.3 | 0.9 | 0.33 |
| Hex | 8 | 9F | 2C | 5F | 0 | 48 | 26 | 86 | 5A | 21 |
| Octal | 10 | 237 | 54 | 137 | 0 | 110 | 46 | 206 | 132 | 41 |
| Binary | 1000 | 10011111 | 101100 | 1011111 | 0 | 1001000 | 100110 | 10000110 | 1011010 | 100001 |
Color Harmonies of #089F2C
Complementary color
Monochromatic Colors of #089F2C
Black with #089F2C
Text Example
Text Example
White with #089F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089F2C; }
p { color: rgb(8,159,44); }
H1.HeaderClassName
{
color: #089F2C;
}
.AnyTagClassName
{
color: #089F2C;
}
</style>
background-color css
<style>
a { background-color: #089F2C; }
a { background-color: rgb(8,159,44); }
div.DivClassName
{
background-color: #089F2C;
}
.BgClassName
{
background-color: #089F2C;
}
</style>
border-color css
<style>
span { border-color: #089F2C; }
span { border-color: rgb(8,159,44); }
td.TdClassName
{
border-color: #089F2C;
}
.TagClassName
{
border-color: #089F2C;
}
</style>