Shades of Dark Spring Green #01822C
Tints of Dark Spring Green #01822C
RGB
CMYK
RGB Variations
Color information
#01822C (or 0x01822C) is known color: Dark Spring Green. HEX triplet: 01, 82 and 2C. RGB value is (1,130,44). Sum of RGB (Red+Green+Blue) = 1+130+44=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 130 (51.17% from 255 or 74.29% from 175); Blue value is 44 (17.58% from 255 or 25.14% from 175); Max value from RGB is 130 - color contains mainly: green. Hex color #01822C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01822C is #FE7DD3. Grayscale: #515151. Windows color (decimal): -16678356 or 2916865. OLE color: 2916865.
HSL color Cylindrical-coordinate representation of color #01822C: hue angle of 140º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01822C is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 130 | 44 | - |
| CMYK | 0.99 | 0 | 0.66 | 0.49 |
| HSL | 140º | 0.98% | 0.26% | - |
| HSV(B) | 140º | 0.99% | 0.51% | - |
| XYZ | 8.45 | 16.15 | 5.06 | - |
| YUV | 81.63 | 106.76 | 70.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 130 | 44 | 0.99 | 0 | 0.66 | 0.49 | 140 | 0.98 | 0.26 |
| Hex | 1 | 82 | 2C | 63 | 0 | 42 | 31 | 8C | 62 | 1A |
| Octal | 1 | 202 | 54 | 143 | 0 | 102 | 61 | 214 | 142 | 32 |
| Binary | 1 | 10000010 | 101100 | 1100011 | 0 | 1000010 | 110001 | 10001100 | 1100010 | 11010 |
Color Harmonies of #01822C
Complementary color
Monochromatic Colors of #01822C
Black with #01822C
Text Example
Text Example
White with #01822C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01822C; }
p { color: rgb(1,130,44); }
H1.HeaderClassName
{
color: #01822C;
}
.AnyTagClassName
{
color: #01822C;
}
</style>
background-color css
<style>
a { background-color: #01822C; }
a { background-color: rgb(1,130,44); }
div.DivClassName
{
background-color: #01822C;
}
.BgClassName
{
background-color: #01822C;
}
</style>
border-color css
<style>
span { border-color: #01822C; }
span { border-color: rgb(1,130,44); }
td.TdClassName
{
border-color: #01822C;
}
.TagClassName
{
border-color: #01822C;
}
</style>