Shades of Dark Spring Green #01842C
Tints of Dark Spring Green #01842C
RGB
CMYK
RGB Variations
Color information
#01842C (or 0x01842C) is known color: Dark Spring Green. HEX triplet: 01, 84 and 2C. RGB value is (1,132,44). Sum of RGB (Red+Green+Blue) = 1+132+44=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 132 (51.95% from 255 or 74.58% from 177); Blue value is 44 (17.58% from 255 or 24.86% from 177); Max value from RGB is 132 - color contains mainly: green. Hex color #01842C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01842C is #FE7BD3. Grayscale: #535353. Windows color (decimal): -16677844 or 2917377. OLE color: 2917377.
HSL color Cylindrical-coordinate representation of color #01842C: hue angle of 139.69º degrees, saturation: 0.98, 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 #01842C is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 132 | 44 | - |
| CMYK | 0.99 | 0 | 0.67 | 0.48 |
| HSL | 139.69º | 0.98% | 0.26% | - |
| HSV(B) | 139.69º | 0.99% | 0.52% | - |
| XYZ | 8.72 | 16.69 | 5.15 | - |
| YUV | 82.8 | 106.1 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 132 | 44 | 0.99 | 0 | 0.67 | 0.48 | 139.69 | 0.98 | 0.26 |
| Hex | 1 | 84 | 2C | 63 | 0 | 43 | 30 | 8C | 62 | 1A |
| Octal | 1 | 204 | 54 | 143 | 0 | 103 | 60 | 214 | 142 | 32 |
| Binary | 1 | 10000100 | 101100 | 1100011 | 0 | 1000011 | 110000 | 10001100 | 1100010 | 11010 |
Color Harmonies of #01842C
Complementary color
Monochromatic Colors of #01842C
Black with #01842C
Text Example
Text Example
White with #01842C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01842C; }
p { color: rgb(1,132,44); }
H1.HeaderClassName
{
color: #01842C;
}
.AnyTagClassName
{
color: #01842C;
}
</style>
background-color css
<style>
a { background-color: #01842C; }
a { background-color: rgb(1,132,44); }
div.DivClassName
{
background-color: #01842C;
}
.BgClassName
{
background-color: #01842C;
}
</style>
border-color css
<style>
span { border-color: #01842C; }
span { border-color: rgb(1,132,44); }
td.TdClassName
{
border-color: #01842C;
}
.TagClassName
{
border-color: #01842C;
}
</style>