Shades of Dark Spring Green #1B7748
Tints of Dark Spring Green #1B7748
RGB
CMYK
RGB Variations
Color information
#1B7748 (or 0x1B7748) is known color: Dark Spring Green. HEX triplet: 1B, 77 and 48. RGB value is (27,119,72). Sum of RGB (Red+Green+Blue) = 27+119+72=218 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.39% from 218); Green value is 119 (46.88% from 255 or 54.59% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 119 - color contains mainly: green. Hex color #1B7748 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B7748 is #E488B7. Grayscale: #565656. Windows color (decimal): -14977208 or 4749083. OLE color: 4749083.
HSL color Cylindrical-coordinate representation of color #1B7748: hue angle of 149.35º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B7748 is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 27 | 119 | 72 | - |
| CMYK | 0.77 | 0 | 0.39 | 0.53 |
| HSL | 149.35º | 0.63% | 0.29% | - |
| HSV(B) | 149.35º | 0.77% | 0.47% | - |
| XYZ | 8.22 | 13.89 | 8.38 | - |
| YUV | 86.13 | 120.02 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 119 | 72 | 0.77 | 0 | 0.39 | 0.53 | 149.35 | 0.63 | 0.29 |
| Hex | 1B | 77 | 48 | 4D | 0 | 27 | 35 | 95 | 3F | 1D |
| Octal | 33 | 167 | 110 | 115 | 0 | 47 | 65 | 225 | 77 | 35 |
| Binary | 11011 | 1110111 | 1001000 | 1001101 | 0 | 100111 | 110101 | 10010101 | 111111 | 11101 |
Color Harmonies of #1B7748
Complementary color
Monochromatic Colors of #1B7748
Black with #1B7748
Text Example
Text Example
White with #1B7748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7748; }
p { color: rgb(27,119,72); }
H1.HeaderClassName
{
color: #1B7748;
}
.AnyTagClassName
{
color: #1B7748;
}
</style>
background-color css
<style>
a { background-color: #1B7748; }
a { background-color: rgb(27,119,72); }
div.DivClassName
{
background-color: #1B7748;
}
.BgClassName
{
background-color: #1B7748;
}
</style>
border-color css
<style>
span { border-color: #1B7748; }
span { border-color: rgb(27,119,72); }
td.TdClassName
{
border-color: #1B7748;
}
.TagClassName
{
border-color: #1B7748;
}
</style>