Shades of Green #1B7704
Tints of Green #1B7704
RGB
CMYK
RGB Variations
Color information
#1B7704 (or 0x1B7704) is known color: Green. HEX triplet: 1B, 77 and 04. RGB value is (27,119,4). Sum of RGB (Red+Green+Blue) = 27+119+4=150 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18% from 150); Green value is 119 (46.88% from 255 or 79.33% from 150); Blue value is 4 (1.95% from 255 or 2.67% from 150); Max value from RGB is 119 - color contains mainly: green. Hex color #1B7704 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B7704 is #E488FB. Grayscale: #4E4E4E. Windows color (decimal): -14977276 or 292635. OLE color: 292635.
HSL color Cylindrical-coordinate representation of color #1B7704: hue angle of 108º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1B7704 is Cyan = 0.77, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 27 | 119 | 4 | - |
| CMYK | 0.77 | 0 | 0.97 | 0.53 |
| HSL | 108º | 0.93% | 0.24% | - |
| HSV(B) | 108º | 0.97% | 0.47% | - |
| XYZ | 7.07 | 13.44 | 2.34 | - |
| YUV | 78.38 | 86.02 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 119 | 4 | 0.77 | 0 | 0.97 | 0.53 | 108 | 0.93 | 0.24 |
| Hex | 1B | 77 | 4 | 4D | 0 | 61 | 35 | 6C | 5D | 18 |
| Octal | 33 | 167 | 4 | 115 | 0 | 141 | 65 | 154 | 135 | 30 |
| Binary | 11011 | 1110111 | 100 | 1001101 | 0 | 1100001 | 110101 | 1101100 | 1011101 | 11000 |
Color Harmonies of #1B7704
Complementary color
Monochromatic Colors of #1B7704
Black with #1B7704
Text Example
Text Example
White with #1B7704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7704; }
p { color: rgb(27,119,4); }
H1.HeaderClassName
{
color: #1B7704;
}
.AnyTagClassName
{
color: #1B7704;
}
</style>
background-color css
<style>
a { background-color: #1B7704; }
a { background-color: rgb(27,119,4); }
div.DivClassName
{
background-color: #1B7704;
}
.BgClassName
{
background-color: #1B7704;
}
</style>
border-color css
<style>
span { border-color: #1B7704; }
span { border-color: rgb(27,119,4); }
td.TdClassName
{
border-color: #1B7704;
}
.TagClassName
{
border-color: #1B7704;
}
</style>