Shades of Dark Spring Green #01852D
Tints of Dark Spring Green #01852D
RGB
CMYK
RGB Variations
Color information
#01852D (or 0x01852D) is known color: Dark Spring Green. HEX triplet: 01, 85 and 2D. RGB value is (1,133,45). Sum of RGB (Red+Green+Blue) = 1+133+45=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 133 (52.34% from 255 or 74.30% from 179); Blue value is 45 (17.97% from 255 or 25.14% from 179); Max value from RGB is 133 - color contains mainly: green. Hex color #01852D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01852D is #FE7AD2. Grayscale: #535353. Windows color (decimal): -16677587 or 2983169. OLE color: 2983169.
HSL color Cylindrical-coordinate representation of color #01852D: hue angle of 140º 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 #01852D is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 133 | 45 | - |
| CMYK | 0.99 | 0 | 0.66 | 0.48 |
| HSL | 140º | 0.99% | 0.26% | - |
| HSV(B) | 140º | 0.99% | 0.52% | - |
| XYZ | 8.87 | 16.97 | 5.29 | - |
| YUV | 83.5 | 106.27 | 69.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 133 | 45 | 0.99 | 0 | 0.66 | 0.48 | 140 | 0.99 | 0.26 |
| Hex | 1 | 85 | 2D | 63 | 0 | 42 | 30 | 8C | 63 | 1A |
| Octal | 1 | 205 | 55 | 143 | 0 | 102 | 60 | 214 | 143 | 32 |
| Binary | 1 | 10000101 | 101101 | 1100011 | 0 | 1000010 | 110000 | 10001100 | 1100011 | 11010 |
Color Harmonies of #01852D
Complementary color
Monochromatic Colors of #01852D
Black with #01852D
Text Example
Text Example
White with #01852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01852D; }
p { color: rgb(1,133,45); }
H1.HeaderClassName
{
color: #01852D;
}
.AnyTagClassName
{
color: #01852D;
}
</style>
background-color css
<style>
a { background-color: #01852D; }
a { background-color: rgb(1,133,45); }
div.DivClassName
{
background-color: #01852D;
}
.BgClassName
{
background-color: #01852D;
}
</style>
border-color css
<style>
span { border-color: #01852D; }
span { border-color: rgb(1,133,45); }
td.TdClassName
{
border-color: #01852D;
}
.TagClassName
{
border-color: #01852D;
}
</style>