Shades of Dark Spring Green #01852F
Tints of Dark Spring Green #01852F
RGB
CMYK
RGB Variations
Color information
#01852F (or 0x01852F) is known color: Dark Spring Green. HEX triplet: 01, 85 and 2F. RGB value is (1,133,47). Sum of RGB (Red+Green+Blue) = 1+133+47=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 133 (52.34% from 255 or 73.48% from 181); Blue value is 47 (18.75% from 255 or 25.97% from 181); Max value from RGB is 133 - color contains mainly: green. Hex color #01852F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01852F is #FE7AD0. Grayscale: #535353. Windows color (decimal): -16677585 or 3114241. OLE color: 3114241.
HSL color Cylindrical-coordinate representation of color #01852F: hue angle of 140.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 #01852F is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 133 | 47 | - |
| CMYK | 0.99 | 0 | 0.65 | 0.48 |
| HSL | 140.91º | 0.99% | 0.26% | - |
| HSV(B) | 140.91º | 0.99% | 0.52% | - |
| XYZ | 8.91 | 16.99 | 5.5 | - |
| YUV | 83.73 | 107.27 | 68.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 133 | 47 | 0.99 | 0 | 0.65 | 0.48 | 140.91 | 0.99 | 0.26 |
| Hex | 1 | 85 | 2F | 63 | 0 | 41 | 30 | 8D | 63 | 1A |
| Octal | 1 | 205 | 57 | 143 | 0 | 101 | 60 | 215 | 143 | 32 |
| Binary | 1 | 10000101 | 101111 | 1100011 | 0 | 1000001 | 110000 | 10001101 | 1100011 | 11010 |
Color Harmonies of #01852F
Complementary color
Monochromatic Colors of #01852F
Black with #01852F
Text Example
Text Example
White with #01852F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01852F; }
p { color: rgb(1,133,47); }
H1.HeaderClassName
{
color: #01852F;
}
.AnyTagClassName
{
color: #01852F;
}
</style>
background-color css
<style>
a { background-color: #01852F; }
a { background-color: rgb(1,133,47); }
div.DivClassName
{
background-color: #01852F;
}
.BgClassName
{
background-color: #01852F;
}
</style>
border-color css
<style>
span { border-color: #01852F; }
span { border-color: rgb(1,133,47); }
td.TdClassName
{
border-color: #01852F;
}
.TagClassName
{
border-color: #01852F;
}
</style>