Shades of Dark Spring Green #01853A
Tints of Dark Spring Green #01853A
RGB
CMYK
RGB Variations
Color information
#01853A (or 0x01853A) is known color: Dark Spring Green. HEX triplet: 01, 85 and 3A. RGB value is (1,133,58). Sum of RGB (Red+Green+Blue) = 1+133+58=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 133 (52.34% from 255 or 69.27% from 192); Blue value is 58 (23.05% from 255 or 30.21% from 192); Max value from RGB is 133 - color contains mainly: green. Hex color #01853A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01853A is #FE7AC5. Grayscale: #555555. Windows color (decimal): -16677574 or 3835137. OLE color: 3835137.
HSL color Cylindrical-coordinate representation of color #01853A: hue angle of 145.91º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01853A is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 133 | 58 | - |
| CMYK | 0.99 | 0 | 0.56 | 0.48 |
| HSL | 145.91º | 0.99% | 0.26% | - |
| HSV(B) | 145.91º | 0.99% | 0.52% | - |
| XYZ | 9.16 | 17.09 | 6.82 | - |
| YUV | 84.98 | 112.77 | 68.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 133 | 58 | 0.99 | 0 | 0.56 | 0.48 | 145.91 | 0.99 | 0.26 |
| Hex | 1 | 85 | 3A | 63 | 0 | 38 | 30 | 92 | 63 | 1A |
| Octal | 1 | 205 | 72 | 143 | 0 | 70 | 60 | 222 | 143 | 32 |
| Binary | 1 | 10000101 | 111010 | 1100011 | 0 | 111000 | 110000 | 10010010 | 1100011 | 11010 |
Color Harmonies of #01853A
Complementary color
Monochromatic Colors of #01853A
Black with #01853A
Text Example
Text Example
White with #01853A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01853A; }
p { color: rgb(1,133,58); }
H1.HeaderClassName
{
color: #01853A;
}
.AnyTagClassName
{
color: #01853A;
}
</style>
background-color css
<style>
a { background-color: #01853A; }
a { background-color: rgb(1,133,58); }
div.DivClassName
{
background-color: #01853A;
}
.BgClassName
{
background-color: #01853A;
}
</style>
border-color css
<style>
span { border-color: #01853A; }
span { border-color: rgb(1,133,58); }
td.TdClassName
{
border-color: #01853A;
}
.TagClassName
{
border-color: #01853A;
}
</style>