Shades of Dark Spring Green #01813D
Tints of Dark Spring Green #01813D
RGB
CMYK
RGB Variations
Color information
#01813D (or 0x01813D) is known color: Dark Spring Green. HEX triplet: 01, 81 and 3D. RGB value is (1,129,61). Sum of RGB (Red+Green+Blue) = 1+129+61=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 129 (50.78% from 255 or 67.54% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 129 - color contains mainly: green. Hex color #01813D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01813D is #FE7EC2. Grayscale: #535353. Windows color (decimal): -16678595 or 4030721. OLE color: 4030721.
HSL color Cylindrical-coordinate representation of color #01813D: hue angle of 148.12º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01813D is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 129 | 61 | - |
| CMYK | 0.99 | 0 | 0.53 | 0.49 |
| HSL | 148.13º | 0.98% | 0.25% | - |
| HSV(B) | 148.13º | 0.99% | 0.51% | - |
| XYZ | 8.71 | 16.04 | 7.05 | - |
| YUV | 82.98 | 115.59 | 69.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 129 | 61 | 0.99 | 0 | 0.53 | 0.49 | 148.13 | 0.98 | 0.25 |
| Hex | 1 | 81 | 3D | 63 | 0 | 35 | 31 | 94 | 62 | 19 |
| Octal | 1 | 201 | 75 | 143 | 0 | 65 | 61 | 224 | 142 | 31 |
| Binary | 1 | 10000001 | 111101 | 1100011 | 0 | 110101 | 110001 | 10010100 | 1100010 | 11001 |
Color Harmonies of #01813D
Complementary color
Monochromatic Colors of #01813D
Black with #01813D
Text Example
Text Example
White with #01813D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01813D; }
p { color: rgb(1,129,61); }
H1.HeaderClassName
{
color: #01813D;
}
.AnyTagClassName
{
color: #01813D;
}
</style>
background-color css
<style>
a { background-color: #01813D; }
a { background-color: rgb(1,129,61); }
div.DivClassName
{
background-color: #01813D;
}
.BgClassName
{
background-color: #01813D;
}
</style>
border-color css
<style>
span { border-color: #01813D; }
span { border-color: rgb(1,129,61); }
td.TdClassName
{
border-color: #01813D;
}
.TagClassName
{
border-color: #01813D;
}
</style>