Shades of Dark Spring Green #1B7141
Tints of Dark Spring Green #1B7141
RGB
CMYK
RGB Variations
Color information
#1B7141 (or 0x1B7141) is known color: Dark Spring Green. HEX triplet: 1B, 71 and 41. RGB value is (27,113,65). Sum of RGB (Red+Green+Blue) = 27+113+65=205 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.17% from 205); Green value is 113 (44.53% from 255 or 55.12% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 113 - color contains mainly: green. Hex color #1B7141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B7141 is #E48EBE. Grayscale: #515151. Windows color (decimal): -14978751 or 4288795. OLE color: 4288795.
HSL color Cylindrical-coordinate representation of color #1B7141: hue angle of 146.51º 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 #1B7141 is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 27 | 113 | 65 | - |
| CMYK | 0.76 | 0 | 0.42 | 0.56 |
| HSL | 146.51º | 0.61% | 0.27% | - |
| HSV(B) | 146.51º | 0.76% | 0.44% | - |
| XYZ | 7.31 | 12.42 | 7.01 | - |
| YUV | 81.81 | 118.51 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 113 | 65 | 0.76 | 0 | 0.42 | 0.56 | 146.51 | 0.61 | 0.27 |
| Hex | 1B | 71 | 41 | 4C | 0 | 2A | 38 | 93 | 3D | 1B |
| Octal | 33 | 161 | 101 | 114 | 0 | 52 | 70 | 223 | 75 | 33 |
| Binary | 11011 | 1110001 | 1000001 | 1001100 | 0 | 101010 | 111000 | 10010011 | 111101 | 11011 |
Color Harmonies of #1B7141
Complementary color
Monochromatic Colors of #1B7141
Black with #1B7141
Text Example
Text Example
White with #1B7141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7141; }
p { color: rgb(27,113,65); }
H1.HeaderClassName
{
color: #1B7141;
}
.AnyTagClassName
{
color: #1B7141;
}
</style>
background-color css
<style>
a { background-color: #1B7141; }
a { background-color: rgb(27,113,65); }
div.DivClassName
{
background-color: #1B7141;
}
.BgClassName
{
background-color: #1B7141;
}
</style>
border-color css
<style>
span { border-color: #1B7141; }
span { border-color: rgb(27,113,65); }
td.TdClassName
{
border-color: #1B7141;
}
.TagClassName
{
border-color: #1B7141;
}
</style>