Shades of Dark Pastel Green #089F2D
Tints of Dark Pastel Green #089F2D
RGB
CMYK
RGB Variations
Color information
#089F2D (or 0x089F2D) is known color: Dark Pastel Green. HEX triplet: 08, 9F and 2D. RGB value is (8,159,45). Sum of RGB (Red+Green+Blue) = 8+159+45=212 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.77% from 212); Green value is 159 (62.5% from 255 or 75% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 159 - color contains mainly: green. Hex color #089F2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #089F2D is #F760D2. Grayscale: #656565. Windows color (decimal): -16212179 or 2989832. OLE color: 2989832.
HSL color Cylindrical-coordinate representation of color #089F2D: hue angle of 134.7º 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 #089F2D is Cyan = 0.95, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 159 | 45 | - |
| CMYK | 0.95 | 0 | 0.72 | 0.38 |
| HSL | 134.7º | 0.9% | 0.33% | - |
| HSV(B) | 134.7º | 0.95% | 0.62% | - |
| XYZ | 12.97 | 25.04 | 6.63 | - |
| YUV | 100.86 | 96.47 | 61.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 159 | 45 | 0.95 | 0 | 0.72 | 0.38 | 134.7 | 0.9 | 0.33 |
| Hex | 8 | 9F | 2D | 5F | 0 | 48 | 26 | 87 | 5A | 21 |
| Octal | 10 | 237 | 55 | 137 | 0 | 110 | 46 | 207 | 132 | 41 |
| Binary | 1000 | 10011111 | 101101 | 1011111 | 0 | 1001000 | 100110 | 10000111 | 1011010 | 100001 |
Color Harmonies of #089F2D
Complementary color
Monochromatic Colors of #089F2D
Black with #089F2D
Text Example
Text Example
White with #089F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089F2D; }
p { color: rgb(8,159,45); }
H1.HeaderClassName
{
color: #089F2D;
}
.AnyTagClassName
{
color: #089F2D;
}
</style>
background-color css
<style>
a { background-color: #089F2D; }
a { background-color: rgb(8,159,45); }
div.DivClassName
{
background-color: #089F2D;
}
.BgClassName
{
background-color: #089F2D;
}
</style>
border-color css
<style>
span { border-color: #089F2D; }
span { border-color: rgb(8,159,45); }
td.TdClassName
{
border-color: #089F2D;
}
.TagClassName
{
border-color: #089F2D;
}
</style>