Shades of Dark Spring Green #1B6C49
Tints of Dark Spring Green #1B6C49
RGB
CMYK
RGB Variations
Color information
#1B6C49 (or 0x1B6C49) is known color: Dark Spring Green. HEX triplet: 1B, 6C and 49. RGB value is (27,108,73). Sum of RGB (Red+Green+Blue) = 27+108+73=208 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.98% from 208); Green value is 108 (42.58% from 255 or 51.92% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 108 - color contains mainly: green. Hex color #1B6C49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6C49 is #E493B6. Grayscale: #4F4F4F. Windows color (decimal): -14980023 or 4811803. OLE color: 4811803.
HSL color Cylindrical-coordinate representation of color #1B6C49: hue angle of 154.07º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B6C49 is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 27 | 108 | 73 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.58 |
| HSL | 154.07º | 0.6% | 0.26% | - |
| HSV(B) | 154.07º | 0.75% | 0.42% | - |
| XYZ | 7.02 | 11.44 | 8.14 | - |
| YUV | 79.79 | 124.16 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 108 | 73 | 0.75 | 0 | 0.32 | 0.58 | 154.07 | 0.6 | 0.26 |
| Hex | 1B | 6C | 49 | 4B | 0 | 20 | 3A | 9A | 3C | 1A |
| Octal | 33 | 154 | 111 | 113 | 0 | 40 | 72 | 232 | 74 | 32 |
| Binary | 11011 | 1101100 | 1001001 | 1001011 | 0 | 100000 | 111010 | 10011010 | 111100 | 11010 |
Color Harmonies of #1B6C49
Complementary color
Monochromatic Colors of #1B6C49
Black with #1B6C49
Text Example
Text Example
White with #1B6C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6C49; }
p { color: rgb(27,108,73); }
H1.HeaderClassName
{
color: #1B6C49;
}
.AnyTagClassName
{
color: #1B6C49;
}
</style>
background-color css
<style>
a { background-color: #1B6C49; }
a { background-color: rgb(27,108,73); }
div.DivClassName
{
background-color: #1B6C49;
}
.BgClassName
{
background-color: #1B6C49;
}
</style>
border-color css
<style>
span { border-color: #1B6C49; }
span { border-color: rgb(27,108,73); }
td.TdClassName
{
border-color: #1B6C49;
}
.TagClassName
{
border-color: #1B6C49;
}
</style>