Shades of Dark Spring Green #01852B
Tints of Dark Spring Green #01852B
RGB
CMYK
RGB Variations
Color information
#01852B (or 0x01852B) is known color: Dark Spring Green. HEX triplet: 01, 85 and 2B. RGB value is (1,133,43). Sum of RGB (Red+Green+Blue) = 1+133+43=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 133 (52.34% from 255 or 75.14% from 177); Blue value is 43 (17.19% from 255 or 24.29% from 177); Max value from RGB is 133 - color contains mainly: green. Hex color #01852B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01852B is #FE7AD4. Grayscale: #535353. Windows color (decimal): -16677589 or 2852097. OLE color: 2852097.
HSL color Cylindrical-coordinate representation of color #01852B: hue angle of 139.09º 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 #01852B is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 133 | 43 | - |
| CMYK | 0.99 | 0 | 0.68 | 0.48 |
| HSL | 139.09º | 0.99% | 0.26% | - |
| HSV(B) | 139.09º | 0.99% | 0.52% | - |
| XYZ | 8.84 | 16.96 | 5.09 | - |
| YUV | 83.27 | 105.27 | 69.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 133 | 43 | 0.99 | 0 | 0.68 | 0.48 | 139.09 | 0.99 | 0.26 |
| Hex | 1 | 85 | 2B | 63 | 0 | 44 | 30 | 8B | 63 | 1A |
| Octal | 1 | 205 | 53 | 143 | 0 | 104 | 60 | 213 | 143 | 32 |
| Binary | 1 | 10000101 | 101011 | 1100011 | 0 | 1000100 | 110000 | 10001011 | 1100011 | 11010 |
Color Harmonies of #01852B
Complementary color
Monochromatic Colors of #01852B
Black with #01852B
Text Example
Text Example
White with #01852B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01852B; }
p { color: rgb(1,133,43); }
H1.HeaderClassName
{
color: #01852B;
}
.AnyTagClassName
{
color: #01852B;
}
</style>
background-color css
<style>
a { background-color: #01852B; }
a { background-color: rgb(1,133,43); }
div.DivClassName
{
background-color: #01852B;
}
.BgClassName
{
background-color: #01852B;
}
</style>
border-color css
<style>
span { border-color: #01852B; }
span { border-color: rgb(1,133,43); }
td.TdClassName
{
border-color: #01852B;
}
.TagClassName
{
border-color: #01852B;
}
</style>