Shades of Dark Pastel Green #089B2F
Tints of Dark Pastel Green #089B2F
RGB
CMYK
RGB Variations
Color information
#089B2F (or 0x089B2F) is known color: Dark Pastel Green. HEX triplet: 08, 9B and 2F. RGB value is (8,155,47). Sum of RGB (Red+Green+Blue) = 8+155+47=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 155 (60.94% from 255 or 73.81% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 155 - color contains mainly: green. Hex color #089B2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #089B2F is #F764D0. Grayscale: #636363. Windows color (decimal): -16213201 or 3119880. OLE color: 3119880.
HSL color Cylindrical-coordinate representation of color #089B2F: hue angle of 135.92º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089B2F is Cyan = 0.95, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 155 | 47 | - |
| CMYK | 0.95 | 0 | 0.70 | 0.39 |
| HSL | 135.92º | 0.9% | 0.32% | - |
| HSV(B) | 135.92º | 0.95% | 0.61% | - |
| XYZ | 12.33 | 23.7 | 6.61 | - |
| YUV | 98.74 | 98.8 | 63.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 155 | 47 | 0.95 | 0 | 0.70 | 0.39 | 135.92 | 0.9 | 0.32 |
| Hex | 8 | 9B | 2F | 5F | 0 | 46 | 27 | 88 | 5A | 20 |
| Octal | 10 | 233 | 57 | 137 | 0 | 106 | 47 | 210 | 132 | 40 |
| Binary | 1000 | 10011011 | 101111 | 1011111 | 0 | 1000110 | 100111 | 10001000 | 1011010 | 100000 |
Color Harmonies of #089B2F
Complementary color
Monochromatic Colors of #089B2F
Black with #089B2F
Text Example
Text Example
White with #089B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089B2F; }
p { color: rgb(8,155,47); }
H1.HeaderClassName
{
color: #089B2F;
}
.AnyTagClassName
{
color: #089B2F;
}
</style>
background-color css
<style>
a { background-color: #089B2F; }
a { background-color: rgb(8,155,47); }
div.DivClassName
{
background-color: #089B2F;
}
.BgClassName
{
background-color: #089B2F;
}
</style>
border-color css
<style>
span { border-color: #089B2F; }
span { border-color: rgb(8,155,47); }
td.TdClassName
{
border-color: #089B2F;
}
.TagClassName
{
border-color: #089B2F;
}
</style>