Shades of Dark Spring Green #1B7441
Tints of Dark Spring Green #1B7441
RGB
CMYK
RGB Variations
Color information
#1B7441 (or 0x1B7441) is known color: Dark Spring Green. HEX triplet: 1B, 74 and 41. RGB value is (27,116,65). Sum of RGB (Red+Green+Blue) = 27+116+65=208 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.98% from 208); Green value is 116 (45.70% from 255 or 55.77% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 116 - color contains mainly: green. Hex color #1B7441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B7441 is #E48BBE. Grayscale: #535353. Windows color (decimal): -14977983 or 4289563. OLE color: 4289563.
HSL color Cylindrical-coordinate representation of color #1B7441: hue angle of 145.62º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B7441 is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 27 | 116 | 65 | - |
| CMYK | 0.77 | 0 | 0.44 | 0.55 |
| HSL | 145.62º | 0.62% | 0.28% | - |
| HSV(B) | 145.62º | 0.77% | 0.45% | - |
| XYZ | 7.65 | 13.11 | 7.13 | - |
| YUV | 83.58 | 117.51 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 116 | 65 | 0.77 | 0 | 0.44 | 0.55 | 145.62 | 0.62 | 0.28 |
| Hex | 1B | 74 | 41 | 4D | 0 | 2C | 37 | 92 | 3E | 1C |
| Octal | 33 | 164 | 101 | 115 | 0 | 54 | 67 | 222 | 76 | 34 |
| Binary | 11011 | 1110100 | 1000001 | 1001101 | 0 | 101100 | 110111 | 10010010 | 111110 | 11100 |
Color Harmonies of #1B7441
Complementary color
Monochromatic Colors of #1B7441
Black with #1B7441
Text Example
Text Example
White with #1B7441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7441; }
p { color: rgb(27,116,65); }
H1.HeaderClassName
{
color: #1B7441;
}
.AnyTagClassName
{
color: #1B7441;
}
</style>
background-color css
<style>
a { background-color: #1B7441; }
a { background-color: rgb(27,116,65); }
div.DivClassName
{
background-color: #1B7441;
}
.BgClassName
{
background-color: #1B7441;
}
</style>
border-color css
<style>
span { border-color: #1B7441; }
span { border-color: rgb(27,116,65); }
td.TdClassName
{
border-color: #1B7441;
}
.TagClassName
{
border-color: #1B7441;
}
</style>