Shades of Dark Spring Green #01852E
Tints of Dark Spring Green #01852E
RGB
CMYK
RGB Variations
Color information
#01852E (or 0x01852E) is known color: Dark Spring Green. HEX triplet: 01, 85 and 2E. RGB value is (1,133,46). Sum of RGB (Red+Green+Blue) = 1+133+46=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 133 (52.34% from 255 or 73.89% from 180); Blue value is 46 (18.36% from 255 or 25.56% from 180); Max value from RGB is 133 - color contains mainly: green. Hex color #01852E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01852E is #FE7AD1. Grayscale: #535353. Windows color (decimal): -16677586 or 3048705. OLE color: 3048705.
HSL color Cylindrical-coordinate representation of color #01852E: hue angle of 140.45º 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 #01852E is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 133 | 46 | - |
| CMYK | 0.99 | 0 | 0.65 | 0.48 |
| HSL | 140.45º | 0.99% | 0.26% | - |
| HSV(B) | 140.45º | 0.99% | 0.52% | - |
| XYZ | 8.89 | 16.98 | 5.39 | - |
| YUV | 83.61 | 106.77 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 133 | 46 | 0.99 | 0 | 0.65 | 0.48 | 140.45 | 0.99 | 0.26 |
| Hex | 1 | 85 | 2E | 63 | 0 | 41 | 30 | 8C | 63 | 1A |
| Octal | 1 | 205 | 56 | 143 | 0 | 101 | 60 | 214 | 143 | 32 |
| Binary | 1 | 10000101 | 101110 | 1100011 | 0 | 1000001 | 110000 | 10001100 | 1100011 | 11010 |
Color Harmonies of #01852E
Complementary color
Monochromatic Colors of #01852E
Black with #01852E
Text Example
Text Example
White with #01852E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01852E; }
p { color: rgb(1,133,46); }
H1.HeaderClassName
{
color: #01852E;
}
.AnyTagClassName
{
color: #01852E;
}
</style>
background-color css
<style>
a { background-color: #01852E; }
a { background-color: rgb(1,133,46); }
div.DivClassName
{
background-color: #01852E;
}
.BgClassName
{
background-color: #01852E;
}
</style>
border-color css
<style>
span { border-color: #01852E; }
span { border-color: rgb(1,133,46); }
td.TdClassName
{
border-color: #01852E;
}
.TagClassName
{
border-color: #01852E;
}
</style>