Shades of Dark Spring Green #1B7B46
Tints of Dark Spring Green #1B7B46
RGB
CMYK
RGB Variations
Color information
#1B7B46 (or 0x1B7B46) is known color: Dark Spring Green. HEX triplet: 1B, 7B and 46. RGB value is (27,123,70). Sum of RGB (Red+Green+Blue) = 27+123+70=220 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.27% from 220); Green value is 123 (48.44% from 255 or 55.91% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 123 - color contains mainly: green. Hex color #1B7B46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B7B46 is #E484B9. Grayscale: #585858. Windows color (decimal): -14976186 or 4619035. OLE color: 4619035.
HSL color Cylindrical-coordinate representation of color #1B7B46: hue angle of 146.88º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B7B46 is Cyan = 0.78, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 27 | 123 | 70 | - |
| CMYK | 0.78 | 0 | 0.43 | 0.52 |
| HSL | 146.88º | 0.64% | 0.29% | - |
| HSV(B) | 146.88º | 0.78% | 0.48% | - |
| XYZ | 8.64 | 14.84 | 8.2 | - |
| YUV | 88.25 | 117.7 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 123 | 70 | 0.78 | 0 | 0.43 | 0.52 | 146.88 | 0.64 | 0.29 |
| Hex | 1B | 7B | 46 | 4E | 0 | 2B | 34 | 93 | 40 | 1D |
| Octal | 33 | 173 | 106 | 116 | 0 | 53 | 64 | 223 | 100 | 35 |
| Binary | 11011 | 1111011 | 1000110 | 1001110 | 0 | 101011 | 110100 | 10010011 | 1000000 | 11101 |
Color Harmonies of #1B7B46
Complementary color
Monochromatic Colors of #1B7B46
Black with #1B7B46
Text Example
Text Example
White with #1B7B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7B46; }
p { color: rgb(27,123,70); }
H1.HeaderClassName
{
color: #1B7B46;
}
.AnyTagClassName
{
color: #1B7B46;
}
</style>
background-color css
<style>
a { background-color: #1B7B46; }
a { background-color: rgb(27,123,70); }
div.DivClassName
{
background-color: #1B7B46;
}
.BgClassName
{
background-color: #1B7B46;
}
</style>
border-color css
<style>
span { border-color: #1B7B46; }
span { border-color: rgb(27,123,70); }
td.TdClassName
{
border-color: #1B7B46;
}
.TagClassName
{
border-color: #1B7B46;
}
</style>