Shades of Dark Spring Green #1B7044
Tints of Dark Spring Green #1B7044
RGB
CMYK
RGB Variations
Color information
#1B7044 (or 0x1B7044) is known color: Dark Spring Green. HEX triplet: 1B, 70 and 44. RGB value is (27,112,68). Sum of RGB (Red+Green+Blue) = 27+112+68=207 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.04% from 207); Green value is 112 (44.14% from 255 or 54.11% from 207); Blue value is 68 (26.95% from 255 or 32.85% from 207); Max value from RGB is 112 - color contains mainly: green. Hex color #1B7044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B7044 is #E48FBB. Grayscale: #515151. Windows color (decimal): -14979004 or 4485147. OLE color: 4485147.
HSL color Cylindrical-coordinate representation of color #1B7044: hue angle of 148.94º 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 #1B7044 is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 27 | 112 | 68 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.56 |
| HSL | 148.94º | 0.61% | 0.27% | - |
| HSV(B) | 148.94º | 0.76% | 0.44% | - |
| XYZ | 7.29 | 12.24 | 7.45 | - |
| YUV | 81.57 | 120.34 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 112 | 68 | 0.76 | 0 | 0.39 | 0.56 | 148.94 | 0.61 | 0.27 |
| Hex | 1B | 70 | 44 | 4C | 0 | 27 | 38 | 95 | 3D | 1B |
| Octal | 33 | 160 | 104 | 114 | 0 | 47 | 70 | 225 | 75 | 33 |
| Binary | 11011 | 1110000 | 1000100 | 1001100 | 0 | 100111 | 111000 | 10010101 | 111101 | 11011 |
Color Harmonies of #1B7044
Complementary color
Monochromatic Colors of #1B7044
Black with #1B7044
Text Example
Text Example
White with #1B7044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7044; }
p { color: rgb(27,112,68); }
H1.HeaderClassName
{
color: #1B7044;
}
.AnyTagClassName
{
color: #1B7044;
}
</style>
background-color css
<style>
a { background-color: #1B7044; }
a { background-color: rgb(27,112,68); }
div.DivClassName
{
background-color: #1B7044;
}
.BgClassName
{
background-color: #1B7044;
}
</style>
border-color css
<style>
span { border-color: #1B7044; }
span { border-color: rgb(27,112,68); }
td.TdClassName
{
border-color: #1B7044;
}
.TagClassName
{
border-color: #1B7044;
}
</style>