Shades of Dark Spring Green #1B6F4D
Tints of Dark Spring Green #1B6F4D
RGB
CMYK
RGB Variations
Color information
#1B6F4D (or 0x1B6F4D) is known color: Dark Spring Green. HEX triplet: 1B, 6F and 4D. RGB value is (27,111,77). Sum of RGB (Red+Green+Blue) = 27+111+77=215 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.56% from 215); Green value is 111 (43.75% from 255 or 51.63% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 111 - color contains mainly: green. Hex color #1B6F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6F4D is #E490B2. Grayscale: #525252. Windows color (decimal): -14979251 or 5074715. OLE color: 5074715.
HSL color Cylindrical-coordinate representation of color #1B6F4D: hue angle of 155.71º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B6F4D is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 27 | 111 | 77 | - |
| CMYK | 0.76 | 0 | 0.31 | 0.56 |
| HSL | 155.71º | 0.61% | 0.27% | - |
| HSV(B) | 155.71º | 0.76% | 0.44% | - |
| XYZ | 7.48 | 12.14 | 8.97 | - |
| YUV | 82.01 | 125.17 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 111 | 77 | 0.76 | 0 | 0.31 | 0.56 | 155.71 | 0.61 | 0.27 |
| Hex | 1B | 6F | 4D | 4C | 0 | 1F | 38 | 9C | 3D | 1B |
| Octal | 33 | 157 | 115 | 114 | 0 | 37 | 70 | 234 | 75 | 33 |
| Binary | 11011 | 1101111 | 1001101 | 1001100 | 0 | 11111 | 111000 | 10011100 | 111101 | 11011 |
Color Harmonies of #1B6F4D
Complementary color
Monochromatic Colors of #1B6F4D
Black with #1B6F4D
Text Example
Text Example
White with #1B6F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6F4D; }
p { color: rgb(27,111,77); }
H1.HeaderClassName
{
color: #1B6F4D;
}
.AnyTagClassName
{
color: #1B6F4D;
}
</style>
background-color css
<style>
a { background-color: #1B6F4D; }
a { background-color: rgb(27,111,77); }
div.DivClassName
{
background-color: #1B6F4D;
}
.BgClassName
{
background-color: #1B6F4D;
}
</style>
border-color css
<style>
span { border-color: #1B6F4D; }
span { border-color: rgb(27,111,77); }
td.TdClassName
{
border-color: #1B6F4D;
}
.TagClassName
{
border-color: #1B6F4D;
}
</style>