Shades of Dark Spring Green #018B31
Tints of Dark Spring Green #018B31
RGB
CMYK
RGB Variations
Color information
#018B31 (or 0x018B31) is known color: Dark Spring Green. HEX triplet: 01, 8B and 31. RGB value is (1,139,49). Sum of RGB (Red+Green+Blue) = 1+139+49=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 139 (54.69% from 255 or 73.54% from 189); Blue value is 49 (19.53% from 255 or 25.93% from 189); Max value from RGB is 139 - color contains mainly: green. Hex color #018B31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018B31 is #FE74CE. Grayscale: #575757. Windows color (decimal): -16676047 or 3246849. OLE color: 3246849.
HSL color Cylindrical-coordinate representation of color #018B31: hue angle of 140.87º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018B31 is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 139 | 49 | - |
| CMYK | 0.99 | 0 | 0.65 | 0.45 |
| HSL | 140.87º | 0.99% | 0.27% | - |
| HSV(B) | 140.87º | 0.99% | 0.55% | - |
| XYZ | 9.8 | 18.69 | 6 | - |
| YUV | 87.48 | 106.28 | 66.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 139 | 49 | 0.99 | 0 | 0.65 | 0.45 | 140.87 | 0.99 | 0.27 |
| Hex | 1 | 8B | 31 | 63 | 0 | 41 | 2D | 8D | 63 | 1B |
| Octal | 1 | 213 | 61 | 143 | 0 | 101 | 55 | 215 | 143 | 33 |
| Binary | 1 | 10001011 | 110001 | 1100011 | 0 | 1000001 | 101101 | 10001101 | 1100011 | 11011 |
Color Harmonies of #018B31
Complementary color
Monochromatic Colors of #018B31
Black with #018B31
Text Example
Text Example
White with #018B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018B31; }
p { color: rgb(1,139,49); }
H1.HeaderClassName
{
color: #018B31;
}
.AnyTagClassName
{
color: #018B31;
}
</style>
background-color css
<style>
a { background-color: #018B31; }
a { background-color: rgb(1,139,49); }
div.DivClassName
{
background-color: #018B31;
}
.BgClassName
{
background-color: #018B31;
}
</style>
border-color css
<style>
span { border-color: #018B31; }
span { border-color: rgb(1,139,49); }
td.TdClassName
{
border-color: #018B31;
}
.TagClassName
{
border-color: #018B31;
}
</style>