Shades of Dark Spring Green #1B7244
Tints of Dark Spring Green #1B7244
RGB
CMYK
RGB Variations
Color information
#1B7244 (or 0x1B7244) is known color: Dark Spring Green. HEX triplet: 1B, 72 and 44. RGB value is (27,114,68). Sum of RGB (Red+Green+Blue) = 27+114+68=209 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.92% from 209); Green value is 114 (44.92% from 255 or 54.55% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 114 - color contains mainly: green. Hex color #1B7244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B7244 is #E48DBB. Grayscale: #525252. Windows color (decimal): -14978492 or 4485659. OLE color: 4485659.
HSL color Cylindrical-coordinate representation of color #1B7244: hue angle of 148.28º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B7244 is Cyan = 0.76, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 27 | 114 | 68 | - |
| CMYK | 0.76 | 0 | 0.40 | 0.55 |
| HSL | 148.28º | 0.62% | 0.28% | - |
| HSV(B) | 148.28º | 0.76% | 0.45% | - |
| XYZ | 7.51 | 12.68 | 7.52 | - |
| YUV | 82.74 | 119.68 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 114 | 68 | 0.76 | 0 | 0.40 | 0.55 | 148.28 | 0.62 | 0.28 |
| Hex | 1B | 72 | 44 | 4C | 0 | 28 | 37 | 94 | 3E | 1C |
| Octal | 33 | 162 | 104 | 114 | 0 | 50 | 67 | 224 | 76 | 34 |
| Binary | 11011 | 1110010 | 1000100 | 1001100 | 0 | 101000 | 110111 | 10010100 | 111110 | 11100 |
Color Harmonies of #1B7244
Complementary color
Monochromatic Colors of #1B7244
Black with #1B7244
Text Example
Text Example
White with #1B7244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7244; }
p { color: rgb(27,114,68); }
H1.HeaderClassName
{
color: #1B7244;
}
.AnyTagClassName
{
color: #1B7244;
}
</style>
background-color css
<style>
a { background-color: #1B7244; }
a { background-color: rgb(27,114,68); }
div.DivClassName
{
background-color: #1B7244;
}
.BgClassName
{
background-color: #1B7244;
}
</style>
border-color css
<style>
span { border-color: #1B7244; }
span { border-color: rgb(27,114,68); }
td.TdClassName
{
border-color: #1B7244;
}
.TagClassName
{
border-color: #1B7244;
}
</style>