Shades of Dark Spring Green #018A2F
Tints of Dark Spring Green #018A2F
RGB
CMYK
RGB Variations
Color information
#018A2F (or 0x018A2F) is known color: Dark Spring Green. HEX triplet: 01, 8A and 2F. RGB value is (1,138,47). Sum of RGB (Red+Green+Blue) = 1+138+47=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 138 (54.30% from 255 or 74.19% from 186); Blue value is 47 (18.75% from 255 or 25.27% from 186); Max value from RGB is 138 - color contains mainly: green. Hex color #018A2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018A2F is #FE75D0. Grayscale: #565656. Windows color (decimal): -16676305 or 3115521. OLE color: 3115521.
HSL color Cylindrical-coordinate representation of color #018A2F: hue angle of 140.15º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018A2F is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 138 | 47 | - |
| CMYK | 0.99 | 0 | 0.66 | 0.46 |
| HSL | 140.15º | 0.99% | 0.27% | - |
| HSV(B) | 140.15º | 0.99% | 0.54% | - |
| XYZ | 9.61 | 18.39 | 5.73 | - |
| YUV | 86.66 | 105.61 | 66.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 47 | 0.99 | 0 | 0.66 | 0.46 | 140.15 | 0.99 | 0.27 |
| Hex | 1 | 8A | 2F | 63 | 0 | 42 | 2E | 8C | 63 | 1B |
| Octal | 1 | 212 | 57 | 143 | 0 | 102 | 56 | 214 | 143 | 33 |
| Binary | 1 | 10001010 | 101111 | 1100011 | 0 | 1000010 | 101110 | 10001100 | 1100011 | 11011 |
Color Harmonies of #018A2F
Complementary color
Monochromatic Colors of #018A2F
Black with #018A2F
Text Example
Text Example
White with #018A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018A2F; }
p { color: rgb(1,138,47); }
H1.HeaderClassName
{
color: #018A2F;
}
.AnyTagClassName
{
color: #018A2F;
}
</style>
background-color css
<style>
a { background-color: #018A2F; }
a { background-color: rgb(1,138,47); }
div.DivClassName
{
background-color: #018A2F;
}
.BgClassName
{
background-color: #018A2F;
}
</style>
border-color css
<style>
span { border-color: #018A2F; }
span { border-color: rgb(1,138,47); }
td.TdClassName
{
border-color: #018A2F;
}
.TagClassName
{
border-color: #018A2F;
}
</style>