Shades of Dark Spring Green #01812D
Tints of Dark Spring Green #01812D
RGB
CMYK
RGB Variations
Color information
#01812D (or 0x01812D) is known color: Dark Spring Green. HEX triplet: 01, 81 and 2D. RGB value is (1,129,45). Sum of RGB (Red+Green+Blue) = 1+129+45=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 129 (50.78% from 255 or 73.71% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 129 - color contains mainly: green. Hex color #01812D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01812D is #FE7ED2. Grayscale: #515151. Windows color (decimal): -16678611 or 2982145. OLE color: 2982145.
HSL color Cylindrical-coordinate representation of color #01812D: hue angle of 140.62º 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 #01812D is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 129 | 45 | - |
| CMYK | 0.99 | 0 | 0.65 | 0.49 |
| HSL | 140.63º | 0.98% | 0.25% | - |
| HSV(B) | 140.63º | 0.99% | 0.51% | - |
| XYZ | 8.34 | 15.9 | 5.11 | - |
| YUV | 81.15 | 107.59 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 129 | 45 | 0.99 | 0 | 0.65 | 0.49 | 140.63 | 0.98 | 0.25 |
| Hex | 1 | 81 | 2D | 63 | 0 | 41 | 31 | 8D | 62 | 19 |
| Octal | 1 | 201 | 55 | 143 | 0 | 101 | 61 | 215 | 142 | 31 |
| Binary | 1 | 10000001 | 101101 | 1100011 | 0 | 1000001 | 110001 | 10001101 | 1100010 | 11001 |
Color Harmonies of #01812D
Complementary color
Monochromatic Colors of #01812D
Black with #01812D
Text Example
Text Example
White with #01812D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01812D; }
p { color: rgb(1,129,45); }
H1.HeaderClassName
{
color: #01812D;
}
.AnyTagClassName
{
color: #01812D;
}
</style>
background-color css
<style>
a { background-color: #01812D; }
a { background-color: rgb(1,129,45); }
div.DivClassName
{
background-color: #01812D;
}
.BgClassName
{
background-color: #01812D;
}
</style>
border-color css
<style>
span { border-color: #01812D; }
span { border-color: rgb(1,129,45); }
td.TdClassName
{
border-color: #01812D;
}
.TagClassName
{
border-color: #01812D;
}
</style>