Shades of Dark Spring Green #00842D
Tints of Dark Spring Green #00842D
RGB
CMYK
RGB Variations
Color information
#00842D (or 0x00842D) is known color: Dark Spring Green. HEX triplet: 00, 84 and 2D. RGB value is (0,132,45). Sum of RGB (Red+Green+Blue) = 0+132+45=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 132 (51.95% from 255 or 74.58% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 132 - color contains mainly: green. Hex color #00842D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00842D is #FF7BD2. Grayscale: #525252. Windows color (decimal): -16743379 or 2982912. OLE color: 2982912.
HSL color Cylindrical-coordinate representation of color #00842D: hue angle of 140.45º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00842D is Cyan = 1, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 132 | 45 | - |
| CMYK | 1 | 0 | 0.66 | 0.48 |
| HSL | 140.45º | 1% | 0.26% | - |
| HSV(B) | 140.45º | 1% | 0.52% | - |
| XYZ | 8.72 | 16.69 | 5.24 | - |
| YUV | 82.61 | 106.77 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 45 | 1 | 0 | 0.66 | 0.48 | 140.45 | 1 | 0.26 |
| Hex | 0 | 84 | 2D | 64 | 0 | 42 | 30 | 8C | 64 | 1A |
| Octal | 0 | 204 | 55 | 144 | 0 | 102 | 60 | 214 | 144 | 32 |
| Binary | 0 | 10000100 | 101101 | 1100100 | 0 | 1000010 | 110000 | 10001100 | 1100100 | 11010 |
Color Harmonies of #00842D
Complementary color
Monochromatic Colors of #00842D
Black with #00842D
Text Example
Text Example
White with #00842D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00842D; }
p { color: rgb(0,132,45); }
H1.HeaderClassName
{
color: #00842D;
}
.AnyTagClassName
{
color: #00842D;
}
</style>
background-color css
<style>
a { background-color: #00842D; }
a { background-color: rgb(0,132,45); }
div.DivClassName
{
background-color: #00842D;
}
.BgClassName
{
background-color: #00842D;
}
</style>
border-color css
<style>
span { border-color: #00842D; }
span { border-color: rgb(0,132,45); }
td.TdClassName
{
border-color: #00842D;
}
.TagClassName
{
border-color: #00842D;
}
</style>