Shades of Dark Spring Green #01882D
Tints of Dark Spring Green #01882D
RGB
CMYK
RGB Variations
Color information
#01882D (or 0x01882D) is known color: Dark Spring Green. HEX triplet: 01, 88 and 2D. RGB value is (1,136,45). Sum of RGB (Red+Green+Blue) = 1+136+45=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 136 (53.52% from 255 or 74.73% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 136 - color contains mainly: green. Hex color #01882D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01882D is #FE77D2. Grayscale: #555555. Windows color (decimal): -16676819 or 2983937. OLE color: 2983937.
HSL color Cylindrical-coordinate representation of color #01882D: hue angle of 139.56º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01882D is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 136 | 45 | - |
| CMYK | 0.99 | 0 | 0.67 | 0.47 |
| HSL | 139.56º | 0.99% | 0.27% | - |
| HSV(B) | 139.56º | 0.99% | 0.53% | - |
| XYZ | 9.29 | 17.8 | 5.43 | - |
| YUV | 85.26 | 105.27 | 67.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 136 | 45 | 0.99 | 0 | 0.67 | 0.47 | 139.56 | 0.99 | 0.27 |
| Hex | 1 | 88 | 2D | 63 | 0 | 43 | 2F | 8C | 63 | 1B |
| Octal | 1 | 210 | 55 | 143 | 0 | 103 | 57 | 214 | 143 | 33 |
| Binary | 1 | 10001000 | 101101 | 1100011 | 0 | 1000011 | 101111 | 10001100 | 1100011 | 11011 |
Color Harmonies of #01882D
Complementary color
Monochromatic Colors of #01882D
Black with #01882D
Text Example
Text Example
White with #01882D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01882D; }
p { color: rgb(1,136,45); }
H1.HeaderClassName
{
color: #01882D;
}
.AnyTagClassName
{
color: #01882D;
}
</style>
background-color css
<style>
a { background-color: #01882D; }
a { background-color: rgb(1,136,45); }
div.DivClassName
{
background-color: #01882D;
}
.BgClassName
{
background-color: #01882D;
}
</style>
border-color css
<style>
span { border-color: #01882D; }
span { border-color: rgb(1,136,45); }
td.TdClassName
{
border-color: #01882D;
}
.TagClassName
{
border-color: #01882D;
}
</style>