Shades of Dark Spring Green #018B32
Tints of Dark Spring Green #018B32
RGB
CMYK
RGB Variations
Color information
#018B32 (or 0x018B32) is known color: Dark Spring Green. HEX triplet: 01, 8B and 32. RGB value is (1,139,50). Sum of RGB (Red+Green+Blue) = 1+139+50=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 139 (54.69% from 255 or 73.16% from 190); Blue value is 50 (19.92% from 255 or 26.32% from 190); Max value from RGB is 139 - color contains mainly: green. Hex color #018B32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018B32 is #FE74CD. Grayscale: #575757. Windows color (decimal): -16676046 or 3312385. OLE color: 3312385.
HSL color Cylindrical-coordinate representation of color #018B32: hue angle of 141.3º 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 #018B32 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 139 | 50 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.45 |
| HSL | 141.3º | 0.99% | 0.27% | - |
| HSV(B) | 141.3º | 0.99% | 0.55% | - |
| XYZ | 9.82 | 18.7 | 6.11 | - |
| YUV | 87.59 | 106.78 | 66.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 139 | 50 | 0.99 | 0 | 0.64 | 0.45 | 141.3 | 0.99 | 0.27 |
| Hex | 1 | 8B | 32 | 63 | 0 | 40 | 2D | 8D | 63 | 1B |
| Octal | 1 | 213 | 62 | 143 | 0 | 100 | 55 | 215 | 143 | 33 |
| Binary | 1 | 10001011 | 110010 | 1100011 | 0 | 1000000 | 101101 | 10001101 | 1100011 | 11011 |
Color Harmonies of #018B32
Complementary color
Monochromatic Colors of #018B32
Black with #018B32
Text Example
Text Example
White with #018B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018B32; }
p { color: rgb(1,139,50); }
H1.HeaderClassName
{
color: #018B32;
}
.AnyTagClassName
{
color: #018B32;
}
</style>
background-color css
<style>
a { background-color: #018B32; }
a { background-color: rgb(1,139,50); }
div.DivClassName
{
background-color: #018B32;
}
.BgClassName
{
background-color: #018B32;
}
</style>
border-color css
<style>
span { border-color: #018B32; }
span { border-color: rgb(1,139,50); }
td.TdClassName
{
border-color: #018B32;
}
.TagClassName
{
border-color: #018B32;
}
</style>