Shades of Dark Spring Green #00842F
Tints of Dark Spring Green #00842F
RGB
CMYK
RGB Variations
Color information
#00842F (or 0x00842F) is known color: Dark Spring Green. HEX triplet: 00, 84 and 2F. RGB value is (0,132,47). Sum of RGB (Red+Green+Blue) = 0+132+47=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 132 (51.95% from 255 or 73.74% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 132 - color contains mainly: green. Hex color #00842F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00842F is #FF7BD0. Grayscale: #535353. Windows color (decimal): -16743377 or 3113984. OLE color: 3113984.
HSL color Cylindrical-coordinate representation of color #00842F: hue angle of 141.36º 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 #00842F is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 132 | 47 | - |
| CMYK | 1 | 0 | 0.64 | 0.48 |
| HSL | 141.36º | 1% | 0.26% | - |
| HSV(B) | 141.36º | 1% | 0.52% | - |
| XYZ | 8.76 | 16.71 | 5.45 | - |
| YUV | 82.84 | 107.77 | 68.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 47 | 1 | 0 | 0.64 | 0.48 | 141.36 | 1 | 0.26 |
| Hex | 0 | 84 | 2F | 64 | 0 | 40 | 30 | 8D | 64 | 1A |
| Octal | 0 | 204 | 57 | 144 | 0 | 100 | 60 | 215 | 144 | 32 |
| Binary | 0 | 10000100 | 101111 | 1100100 | 0 | 1000000 | 110000 | 10001101 | 1100100 | 11010 |
Color Harmonies of #00842F
Complementary color
Monochromatic Colors of #00842F
Black with #00842F
Text Example
Text Example
White with #00842F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00842F; }
p { color: rgb(0,132,47); }
H1.HeaderClassName
{
color: #00842F;
}
.AnyTagClassName
{
color: #00842F;
}
</style>
background-color css
<style>
a { background-color: #00842F; }
a { background-color: rgb(0,132,47); }
div.DivClassName
{
background-color: #00842F;
}
.BgClassName
{
background-color: #00842F;
}
</style>
border-color css
<style>
span { border-color: #00842F; }
span { border-color: rgb(0,132,47); }
td.TdClassName
{
border-color: #00842F;
}
.TagClassName
{
border-color: #00842F;
}
</style>