Shades of Dark Spring Green #018B34
Tints of Dark Spring Green #018B34
RGB
CMYK
RGB Variations
Color information
#018B34 (or 0x018B34) is known color: Dark Spring Green. HEX triplet: 01, 8B and 34. RGB value is (1,139,52). Sum of RGB (Red+Green+Blue) = 1+139+52=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 139 (54.69% from 255 or 72.40% from 192); Blue value is 52 (20.70% from 255 or 27.08% from 192); Max value from RGB is 139 - color contains mainly: green. Hex color #018B34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018B34 is #FE74CB. Grayscale: #585858. Windows color (decimal): -16676044 or 3443457. OLE color: 3443457.
HSL color Cylindrical-coordinate representation of color #018B34: hue angle of 142.17º 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 #018B34 is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 139 | 52 | - |
| CMYK | 0.99 | 0 | 0.63 | 0.45 |
| HSL | 142.17º | 0.99% | 0.27% | - |
| HSV(B) | 142.17º | 0.99% | 0.55% | - |
| XYZ | 9.86 | 18.72 | 6.34 | - |
| YUV | 87.82 | 107.78 | 66.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 139 | 52 | 0.99 | 0 | 0.63 | 0.45 | 142.17 | 0.99 | 0.27 |
| Hex | 1 | 8B | 34 | 63 | 0 | 3F | 2D | 8E | 63 | 1B |
| Octal | 1 | 213 | 64 | 143 | 0 | 77 | 55 | 216 | 143 | 33 |
| Binary | 1 | 10001011 | 110100 | 1100011 | 0 | 111111 | 101101 | 10001110 | 1100011 | 11011 |
Color Harmonies of #018B34
Complementary color
Monochromatic Colors of #018B34
Black with #018B34
Text Example
Text Example
White with #018B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018B34; }
p { color: rgb(1,139,52); }
H1.HeaderClassName
{
color: #018B34;
}
.AnyTagClassName
{
color: #018B34;
}
</style>
background-color css
<style>
a { background-color: #018B34; }
a { background-color: rgb(1,139,52); }
div.DivClassName
{
background-color: #018B34;
}
.BgClassName
{
background-color: #018B34;
}
</style>
border-color css
<style>
span { border-color: #018B34; }
span { border-color: rgb(1,139,52); }
td.TdClassName
{
border-color: #018B34;
}
.TagClassName
{
border-color: #018B34;
}
</style>