Shades of Dark Spring Green #01812F
Tints of Dark Spring Green #01812F
RGB
CMYK
RGB Variations
Color information
#01812F (or 0x01812F) is known color: Dark Spring Green. HEX triplet: 01, 81 and 2F. RGB value is (1,129,47). Sum of RGB (Red+Green+Blue) = 1+129+47=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 129 (50.78% from 255 or 72.88% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 129 - color contains mainly: green. Hex color #01812F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01812F is #FE7ED0. Grayscale: #515151. Windows color (decimal): -16678609 or 3113217. OLE color: 3113217.
HSL color Cylindrical-coordinate representation of color #01812F: hue angle of 141.56º 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 #01812F is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 129 | 47 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.49 |
| HSL | 141.56º | 0.98% | 0.25% | - |
| HSV(B) | 141.56º | 0.99% | 0.51% | - |
| XYZ | 8.38 | 15.91 | 5.32 | - |
| YUV | 81.38 | 108.59 | 70.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 129 | 47 | 0.99 | 0 | 0.64 | 0.49 | 141.56 | 0.98 | 0.25 |
| Hex | 1 | 81 | 2F | 63 | 0 | 40 | 31 | 8E | 62 | 19 |
| Octal | 1 | 201 | 57 | 143 | 0 | 100 | 61 | 216 | 142 | 31 |
| Binary | 1 | 10000001 | 101111 | 1100011 | 0 | 1000000 | 110001 | 10001110 | 1100010 | 11001 |
Color Harmonies of #01812F
Complementary color
Monochromatic Colors of #01812F
Black with #01812F
Text Example
Text Example
White with #01812F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01812F; }
p { color: rgb(1,129,47); }
H1.HeaderClassName
{
color: #01812F;
}
.AnyTagClassName
{
color: #01812F;
}
</style>
background-color css
<style>
a { background-color: #01812F; }
a { background-color: rgb(1,129,47); }
div.DivClassName
{
background-color: #01812F;
}
.BgClassName
{
background-color: #01812F;
}
</style>
border-color css
<style>
span { border-color: #01812F; }
span { border-color: rgb(1,129,47); }
td.TdClassName
{
border-color: #01812F;
}
.TagClassName
{
border-color: #01812F;
}
</style>