Shades of Dark Spring Green #00813D
Tints of Dark Spring Green #00813D
RGB
CMYK
RGB Variations
Color information
#00813D (or 0x00813D) is known color: Dark Spring Green. HEX triplet: 00, 81 and 3D. RGB value is (0,129,61). Sum of RGB (Red+Green+Blue) = 0+129+61=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 129 (50.78% from 255 or 67.89% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 129 - color contains mainly: green. Hex color #00813D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00813D is #FF7EC2. Grayscale: #525252. Windows color (decimal): -16744131 or 4030720. OLE color: 4030720.
HSL color Cylindrical-coordinate representation of color #00813D: hue angle of 148.37º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00813D is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 129 | 61 | - |
| CMYK | 1 | 0 | 0.53 | 0.49 |
| HSL | 148.37º | 1% | 0.25% | - |
| HSV(B) | 148.37º | 1% | 0.51% | - |
| XYZ | 8.69 | 16.04 | 7.05 | - |
| YUV | 82.68 | 115.76 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 129 | 61 | 1 | 0 | 0.53 | 0.49 | 148.37 | 1 | 0.25 |
| Hex | 0 | 81 | 3D | 64 | 0 | 35 | 31 | 94 | 64 | 19 |
| Octal | 0 | 201 | 75 | 144 | 0 | 65 | 61 | 224 | 144 | 31 |
| Binary | 0 | 10000001 | 111101 | 1100100 | 0 | 110101 | 110001 | 10010100 | 1100100 | 11001 |
Color Harmonies of #00813D
Complementary color
Monochromatic Colors of #00813D
Black with #00813D
Text Example
Text Example
White with #00813D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00813D; }
p { color: rgb(0,129,61); }
H1.HeaderClassName
{
color: #00813D;
}
.AnyTagClassName
{
color: #00813D;
}
</style>
background-color css
<style>
a { background-color: #00813D; }
a { background-color: rgb(0,129,61); }
div.DivClassName
{
background-color: #00813D;
}
.BgClassName
{
background-color: #00813D;
}
</style>
border-color css
<style>
span { border-color: #00813D; }
span { border-color: rgb(0,129,61); }
td.TdClassName
{
border-color: #00813D;
}
.TagClassName
{
border-color: #00813D;
}
</style>