Shades of Dark Spring Green #1B7546
Tints of Dark Spring Green #1B7546
RGB
CMYK
RGB Variations
Color information
#1B7546 (or 0x1B7546) is known color: Dark Spring Green. HEX triplet: 1B, 75 and 46. RGB value is (27,117,70). Sum of RGB (Red+Green+Blue) = 27+117+70=214 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.62% from 214); Green value is 117 (46.09% from 255 or 54.67% from 214); Blue value is 70 (27.73% from 255 or 32.71% from 214); Max value from RGB is 117 - color contains mainly: green. Hex color #1B7546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B7546 is #E48AB9. Grayscale: #545454. Windows color (decimal): -14977722 or 4617499. OLE color: 4617499.
HSL color Cylindrical-coordinate representation of color #1B7546: hue angle of 148.67º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B7546 is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 27 | 117 | 70 | - |
| CMYK | 0.77 | 0 | 0.40 | 0.54 |
| HSL | 148.67º | 0.63% | 0.28% | - |
| HSV(B) | 148.67º | 0.77% | 0.46% | - |
| XYZ | 7.92 | 13.4 | 7.96 | - |
| YUV | 84.73 | 119.68 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 117 | 70 | 0.77 | 0 | 0.40 | 0.54 | 148.67 | 0.63 | 0.28 |
| Hex | 1B | 75 | 46 | 4D | 0 | 28 | 36 | 95 | 3E | 1C |
| Octal | 33 | 165 | 106 | 115 | 0 | 50 | 66 | 225 | 76 | 34 |
| Binary | 11011 | 1110101 | 1000110 | 1001101 | 0 | 101000 | 110110 | 10010101 | 111110 | 11100 |
Color Harmonies of #1B7546
Complementary color
Monochromatic Colors of #1B7546
Black with #1B7546
Text Example
Text Example
White with #1B7546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7546; }
p { color: rgb(27,117,70); }
H1.HeaderClassName
{
color: #1B7546;
}
.AnyTagClassName
{
color: #1B7546;
}
</style>
background-color css
<style>
a { background-color: #1B7546; }
a { background-color: rgb(27,117,70); }
div.DivClassName
{
background-color: #1B7546;
}
.BgClassName
{
background-color: #1B7546;
}
</style>
border-color css
<style>
span { border-color: #1B7546; }
span { border-color: rgb(27,117,70); }
td.TdClassName
{
border-color: #1B7546;
}
.TagClassName
{
border-color: #1B7546;
}
</style>