Shades of Dark Spring Green #00832F
Tints of Dark Spring Green #00832F
RGB
CMYK
RGB Variations
Color information
#00832F (or 0x00832F) is known color: Dark Spring Green. HEX triplet: 00, 83 and 2F. RGB value is (0,131,47). Sum of RGB (Red+Green+Blue) = 0+131+47=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 131 (51.56% from 255 or 73.60% from 178); Blue value is 47 (18.75% from 255 or 26.40% from 178); Max value from RGB is 131 - color contains mainly: green. Hex color #00832F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00832F is #FF7CD0. Grayscale: #525252. Windows color (decimal): -16743633 or 3113728. OLE color: 3113728.
HSL color Cylindrical-coordinate representation of color #00832F: hue angle of 141.53º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00832F is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 131 | 47 | - |
| CMYK | 1 | 0 | 0.64 | 0.49 |
| HSL | 141.53º | 1% | 0.26% | - |
| HSV(B) | 141.53º | 1% | 0.51% | - |
| XYZ | 8.63 | 16.44 | 5.41 | - |
| YUV | 82.26 | 108.1 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 131 | 47 | 1 | 0 | 0.64 | 0.49 | 141.53 | 1 | 0.26 |
| Hex | 0 | 83 | 2F | 64 | 0 | 40 | 31 | 8E | 64 | 1A |
| Octal | 0 | 203 | 57 | 144 | 0 | 100 | 61 | 216 | 144 | 32 |
| Binary | 0 | 10000011 | 101111 | 1100100 | 0 | 1000000 | 110001 | 10001110 | 1100100 | 11010 |
Color Harmonies of #00832F
Complementary color
Monochromatic Colors of #00832F
Black with #00832F
Text Example
Text Example
White with #00832F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00832F; }
p { color: rgb(0,131,47); }
H1.HeaderClassName
{
color: #00832F;
}
.AnyTagClassName
{
color: #00832F;
}
</style>
background-color css
<style>
a { background-color: #00832F; }
a { background-color: rgb(0,131,47); }
div.DivClassName
{
background-color: #00832F;
}
.BgClassName
{
background-color: #00832F;
}
</style>
border-color css
<style>
span { border-color: #00832F; }
span { border-color: rgb(0,131,47); }
td.TdClassName
{
border-color: #00832F;
}
.TagClassName
{
border-color: #00832F;
}
</style>