Shades of Dark Spring Green #018339
Tints of Dark Spring Green #018339
RGB
CMYK
RGB Variations
Color information
#018339 (or 0x018339) is known color: Dark Spring Green. HEX triplet: 01, 83 and 39. RGB value is (1,131,57). Sum of RGB (Red+Green+Blue) = 1+131+57=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 131 (51.56% from 255 or 69.31% from 189); Blue value is 57 (22.66% from 255 or 30.16% from 189); Max value from RGB is 131 - color contains mainly: green. Hex color #018339 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018339 is #FE7CC6. Grayscale: #535353. Windows color (decimal): -16678087 or 3769089. OLE color: 3769089.
HSL color Cylindrical-coordinate representation of color #018339: hue angle of 145.85º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018339 is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 131 | 57 | - |
| CMYK | 0.99 | 0 | 0.56 | 0.49 |
| HSL | 145.85º | 0.98% | 0.26% | - |
| HSV(B) | 145.85º | 0.99% | 0.51% | - |
| XYZ | 8.87 | 16.53 | 6.6 | - |
| YUV | 83.69 | 112.93 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 131 | 57 | 0.99 | 0 | 0.56 | 0.49 | 145.85 | 0.98 | 0.26 |
| Hex | 1 | 83 | 39 | 63 | 0 | 38 | 31 | 92 | 62 | 1A |
| Octal | 1 | 203 | 71 | 143 | 0 | 70 | 61 | 222 | 142 | 32 |
| Binary | 1 | 10000011 | 111001 | 1100011 | 0 | 111000 | 110001 | 10010010 | 1100010 | 11010 |
Color Harmonies of #018339
Complementary color
Monochromatic Colors of #018339
Black with #018339
Text Example
Text Example
White with #018339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018339; }
p { color: rgb(1,131,57); }
H1.HeaderClassName
{
color: #018339;
}
.AnyTagClassName
{
color: #018339;
}
</style>
background-color css
<style>
a { background-color: #018339; }
a { background-color: rgb(1,131,57); }
div.DivClassName
{
background-color: #018339;
}
.BgClassName
{
background-color: #018339;
}
</style>
border-color css
<style>
span { border-color: #018339; }
span { border-color: rgb(1,131,57); }
td.TdClassName
{
border-color: #018339;
}
.TagClassName
{
border-color: #018339;
}
</style>