Shades of Dark Spring Green #1B6B45
Tints of Dark Spring Green #1B6B45
RGB
CMYK
RGB Variations
Color information
#1B6B45 (or 0x1B6B45) is known color: Dark Spring Green. HEX triplet: 1B, 6B and 45. RGB value is (27,107,69). Sum of RGB (Red+Green+Blue) = 27+107+69=203 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.30% from 203); Green value is 107 (42.19% from 255 or 52.71% from 203); Blue value is 69 (27.34% from 255 or 33.99% from 203); Max value from RGB is 107 - color contains mainly: green. Hex color #1B6B45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6B45 is #E494BA. Grayscale: #4E4E4E. Windows color (decimal): -14980283 or 4549403. OLE color: 4549403.
HSL color Cylindrical-coordinate representation of color #1B6B45: hue angle of 151.5º 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 #1B6B45 is Cyan = 0.75, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 27 | 107 | 69 | - |
| CMYK | 0.75 | 0 | 0.36 | 0.58 |
| HSL | 151.5º | 0.6% | 0.26% | - |
| HSV(B) | 151.5º | 0.75% | 0.42% | - |
| XYZ | 6.78 | 11.18 | 7.43 | - |
| YUV | 78.75 | 122.5 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 107 | 69 | 0.75 | 0 | 0.36 | 0.58 | 151.5 | 0.6 | 0.26 |
| Hex | 1B | 6B | 45 | 4B | 0 | 24 | 3A | 98 | 3C | 1A |
| Octal | 33 | 153 | 105 | 113 | 0 | 44 | 72 | 230 | 74 | 32 |
| Binary | 11011 | 1101011 | 1000101 | 1001011 | 0 | 100100 | 111010 | 10011000 | 111100 | 11010 |
Color Harmonies of #1B6B45
Complementary color
Monochromatic Colors of #1B6B45
Black with #1B6B45
Text Example
Text Example
White with #1B6B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6B45; }
p { color: rgb(27,107,69); }
H1.HeaderClassName
{
color: #1B6B45;
}
.AnyTagClassName
{
color: #1B6B45;
}
</style>
background-color css
<style>
a { background-color: #1B6B45; }
a { background-color: rgb(27,107,69); }
div.DivClassName
{
background-color: #1B6B45;
}
.BgClassName
{
background-color: #1B6B45;
}
</style>
border-color css
<style>
span { border-color: #1B6B45; }
span { border-color: rgb(27,107,69); }
td.TdClassName
{
border-color: #1B6B45;
}
.TagClassName
{
border-color: #1B6B45;
}
</style>