Shades of Dark Spring Green #1B7542
Tints of Dark Spring Green #1B7542
RGB
CMYK
RGB Variations
Color information
#1B7542 (or 0x1B7542) is known color: Dark Spring Green. HEX triplet: 1B, 75 and 42. RGB value is (27,117,66). Sum of RGB (Red+Green+Blue) = 27+117+66=210 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.86% from 210); Green value is 117 (46.09% from 255 or 55.71% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 117 - color contains mainly: green. Hex color #1B7542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B7542 is #E48ABD. Grayscale: #545454. Windows color (decimal): -14977726 or 4355355. OLE color: 4355355.
HSL color Cylindrical-coordinate representation of color #1B7542: hue angle of 146º 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 #1B7542 is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 27 | 117 | 66 | - |
| CMYK | 0.77 | 0 | 0.44 | 0.54 |
| HSL | 146º | 0.63% | 0.28% | - |
| HSV(B) | 146º | 0.77% | 0.46% | - |
| XYZ | 7.8 | 13.35 | 7.32 | - |
| YUV | 84.28 | 117.68 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 117 | 66 | 0.77 | 0 | 0.44 | 0.54 | 146 | 0.63 | 0.28 |
| Hex | 1B | 75 | 42 | 4D | 0 | 2C | 36 | 92 | 3E | 1C |
| Octal | 33 | 165 | 102 | 115 | 0 | 54 | 66 | 222 | 76 | 34 |
| Binary | 11011 | 1110101 | 1000010 | 1001101 | 0 | 101100 | 110110 | 10010010 | 111110 | 11100 |
Color Harmonies of #1B7542
Complementary color
Monochromatic Colors of #1B7542
Black with #1B7542
Text Example
Text Example
White with #1B7542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7542; }
p { color: rgb(27,117,66); }
H1.HeaderClassName
{
color: #1B7542;
}
.AnyTagClassName
{
color: #1B7542;
}
</style>
background-color css
<style>
a { background-color: #1B7542; }
a { background-color: rgb(27,117,66); }
div.DivClassName
{
background-color: #1B7542;
}
.BgClassName
{
background-color: #1B7542;
}
</style>
border-color css
<style>
span { border-color: #1B7542; }
span { border-color: rgb(27,117,66); }
td.TdClassName
{
border-color: #1B7542;
}
.TagClassName
{
border-color: #1B7542;
}
</style>