Shades of Dark Pastel Green #089E2F
Tints of Dark Pastel Green #089E2F
RGB
CMYK
RGB Variations
Color information
#089E2F (or 0x089E2F) is known color: Dark Pastel Green. HEX triplet: 08, 9E and 2F. RGB value is (8,158,47). Sum of RGB (Red+Green+Blue) = 8+158+47=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 158 (62.11% from 255 or 74.18% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 158 - color contains mainly: green. Hex color #089E2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #089E2F is #F761D0. Grayscale: #646464. Windows color (decimal): -16212433 or 3120648. OLE color: 3120648.
HSL color Cylindrical-coordinate representation of color #089E2F: hue angle of 135.6º 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 #089E2F is Cyan = 0.95, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 158 | 47 | - |
| CMYK | 0.95 | 0 | 0.70 | 0.38 |
| HSL | 135.6º | 0.9% | 0.33% | - |
| HSV(B) | 135.6º | 0.95% | 0.62% | - |
| XYZ | 12.84 | 24.71 | 6.78 | - |
| YUV | 100.5 | 97.81 | 62.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 158 | 47 | 0.95 | 0 | 0.70 | 0.38 | 135.6 | 0.9 | 0.33 |
| Hex | 8 | 9E | 2F | 5F | 0 | 46 | 26 | 88 | 5A | 21 |
| Octal | 10 | 236 | 57 | 137 | 0 | 106 | 46 | 210 | 132 | 41 |
| Binary | 1000 | 10011110 | 101111 | 1011111 | 0 | 1000110 | 100110 | 10001000 | 1011010 | 100001 |
Color Harmonies of #089E2F
Complementary color
Monochromatic Colors of #089E2F
Black with #089E2F
Text Example
Text Example
White with #089E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089E2F; }
p { color: rgb(8,158,47); }
H1.HeaderClassName
{
color: #089E2F;
}
.AnyTagClassName
{
color: #089E2F;
}
</style>
background-color css
<style>
a { background-color: #089E2F; }
a { background-color: rgb(8,158,47); }
div.DivClassName
{
background-color: #089E2F;
}
.BgClassName
{
background-color: #089E2F;
}
</style>
border-color css
<style>
span { border-color: #089E2F; }
span { border-color: rgb(8,158,47); }
td.TdClassName
{
border-color: #089E2F;
}
.TagClassName
{
border-color: #089E2F;
}
</style>