Shades of Green #1B7708
Tints of Green #1B7708
RGB
CMYK
RGB Variations
Color information
#1B7708 (or 0x1B7708) is known color: Green. HEX triplet: 1B, 77 and 08. RGB value is (27,119,8). Sum of RGB (Red+Green+Blue) = 27+119+8=154 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.53% from 154); Green value is 119 (46.88% from 255 or 77.27% from 154); Blue value is 8 (3.52% from 255 or 5.19% from 154); Max value from RGB is 119 - color contains mainly: green. Hex color #1B7708 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B7708 is #E488F7. Grayscale: #4F4F4F. Windows color (decimal): -14977272 or 554779. OLE color: 554779.
HSL color Cylindrical-coordinate representation of color #1B7708: hue angle of 109.73º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1B7708 is Cyan = 0.77, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 27 | 119 | 8 | - |
| CMYK | 0.77 | 0 | 0.93 | 0.53 |
| HSL | 109.73º | 0.87% | 0.25% | - |
| HSV(B) | 109.73º | 0.93% | 0.47% | - |
| XYZ | 7.09 | 13.44 | 2.45 | - |
| YUV | 78.84 | 88.02 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 119 | 8 | 0.77 | 0 | 0.93 | 0.53 | 109.73 | 0.87 | 0.25 |
| Hex | 1B | 77 | 8 | 4D | 0 | 5D | 35 | 6E | 57 | 19 |
| Octal | 33 | 167 | 10 | 115 | 0 | 135 | 65 | 156 | 127 | 31 |
| Binary | 11011 | 1110111 | 1000 | 1001101 | 0 | 1011101 | 110101 | 1101110 | 1010111 | 11001 |
Color Harmonies of #1B7708
Complementary color
Monochromatic Colors of #1B7708
Black with #1B7708
Text Example
Text Example
White with #1B7708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7708; }
p { color: rgb(27,119,8); }
H1.HeaderClassName
{
color: #1B7708;
}
.AnyTagClassName
{
color: #1B7708;
}
</style>
background-color css
<style>
a { background-color: #1B7708; }
a { background-color: rgb(27,119,8); }
div.DivClassName
{
background-color: #1B7708;
}
.BgClassName
{
background-color: #1B7708;
}
</style>
border-color css
<style>
span { border-color: #1B7708; }
span { border-color: rgb(27,119,8); }
td.TdClassName
{
border-color: #1B7708;
}
.TagClassName
{
border-color: #1B7708;
}
</style>