Shades of Dark Spring Green #00892E
Tints of Dark Spring Green #00892E
RGB
CMYK
RGB Variations
Color information
#00892E (or 0x00892E) is known color: Dark Spring Green. HEX triplet: 00, 89 and 2E. RGB value is (0,137,46). Sum of RGB (Red+Green+Blue) = 0+137+46=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 137 (53.91% from 255 or 74.86% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 137 - color contains mainly: green. Hex color #00892E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00892E is #FF76D1. Grayscale: #555555. Windows color (decimal): -16742098 or 3049728. OLE color: 3049728.
HSL color Cylindrical-coordinate representation of color #00892E: hue angle of 140.15º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00892E is Cyan = 1, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 137 | 46 | - |
| CMYK | 1 | 0 | 0.66 | 0.46 |
| HSL | 140.15º | 1% | 0.27% | - |
| HSV(B) | 140.15º | 1% | 0.54% | - |
| XYZ | 9.44 | 18.09 | 5.58 | - |
| YUV | 85.66 | 105.61 | 66.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 137 | 46 | 1 | 0 | 0.66 | 0.46 | 140.15 | 1 | 0.27 |
| Hex | 0 | 89 | 2E | 64 | 0 | 42 | 2E | 8C | 64 | 1B |
| Octal | 0 | 211 | 56 | 144 | 0 | 102 | 56 | 214 | 144 | 33 |
| Binary | 0 | 10001001 | 101110 | 1100100 | 0 | 1000010 | 101110 | 10001100 | 1100100 | 11011 |
Color Harmonies of #00892E
Complementary color
Monochromatic Colors of #00892E
Black with #00892E
Text Example
Text Example
White with #00892E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00892E; }
p { color: rgb(0,137,46); }
H1.HeaderClassName
{
color: #00892E;
}
.AnyTagClassName
{
color: #00892E;
}
</style>
background-color css
<style>
a { background-color: #00892E; }
a { background-color: rgb(0,137,46); }
div.DivClassName
{
background-color: #00892E;
}
.BgClassName
{
background-color: #00892E;
}
</style>
border-color css
<style>
span { border-color: #00892E; }
span { border-color: rgb(0,137,46); }
td.TdClassName
{
border-color: #00892E;
}
.TagClassName
{
border-color: #00892E;
}
</style>