Shades of Dark Spring Green #01872D
Tints of Dark Spring Green #01872D
RGB
CMYK
RGB Variations
Color information
#01872D (or 0x01872D) is known color: Dark Spring Green. HEX triplet: 01, 87 and 2D. RGB value is (1,135,45). Sum of RGB (Red+Green+Blue) = 1+135+45=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 135 (53.12% from 255 or 74.59% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 135 - color contains mainly: green. Hex color #01872D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01872D is #FE78D2. Grayscale: #545454. Windows color (decimal): -16677075 or 2983681. OLE color: 2983681.
HSL color Cylindrical-coordinate representation of color #01872D: hue angle of 139.7º 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 #01872D is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 135 | 45 | - |
| CMYK | 0.99 | 0 | 0.67 | 0.47 |
| HSL | 139.7º | 0.99% | 0.27% | - |
| HSV(B) | 139.7º | 0.99% | 0.53% | - |
| XYZ | 9.15 | 17.52 | 5.38 | - |
| YUV | 84.67 | 105.61 | 68.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 135 | 45 | 0.99 | 0 | 0.67 | 0.47 | 139.7 | 0.99 | 0.27 |
| Hex | 1 | 87 | 2D | 63 | 0 | 43 | 2F | 8C | 63 | 1B |
| Octal | 1 | 207 | 55 | 143 | 0 | 103 | 57 | 214 | 143 | 33 |
| Binary | 1 | 10000111 | 101101 | 1100011 | 0 | 1000011 | 101111 | 10001100 | 1100011 | 11011 |
Color Harmonies of #01872D
Complementary color
Monochromatic Colors of #01872D
Black with #01872D
Text Example
Text Example
White with #01872D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01872D; }
p { color: rgb(1,135,45); }
H1.HeaderClassName
{
color: #01872D;
}
.AnyTagClassName
{
color: #01872D;
}
</style>
background-color css
<style>
a { background-color: #01872D; }
a { background-color: rgb(1,135,45); }
div.DivClassName
{
background-color: #01872D;
}
.BgClassName
{
background-color: #01872D;
}
</style>
border-color css
<style>
span { border-color: #01872D; }
span { border-color: rgb(1,135,45); }
td.TdClassName
{
border-color: #01872D;
}
.TagClassName
{
border-color: #01872D;
}
</style>