Shades of Green #1B7705
Tints of Green #1B7705
RGB
CMYK
RGB Variations
Color information
#1B7705 (or 0x1B7705) is known color: Green. HEX triplet: 1B, 77 and 05. RGB value is (27,119,5). Sum of RGB (Red+Green+Blue) = 27+119+5=151 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.88% from 151); Green value is 119 (46.88% from 255 or 78.81% from 151); Blue value is 5 (2.34% from 255 or 3.31% from 151); Max value from RGB is 119 - color contains mainly: green. Hex color #1B7705 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B7705 is #E488FA. Grayscale: #4E4E4E. Windows color (decimal): -14977275 or 358171. OLE color: 358171.
HSL color Cylindrical-coordinate representation of color #1B7705: hue angle of 108.42º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B7705 is Cyan = 0.77, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 27 | 119 | 5 | - |
| CMYK | 0.77 | 0 | 0.96 | 0.53 |
| HSL | 108.42º | 0.92% | 0.24% | - |
| HSV(B) | 108.42º | 0.96% | 0.47% | - |
| XYZ | 7.08 | 13.44 | 2.36 | - |
| YUV | 78.5 | 86.52 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 119 | 5 | 0.77 | 0 | 0.96 | 0.53 | 108.42 | 0.92 | 0.24 |
| Hex | 1B | 77 | 5 | 4D | 0 | 60 | 35 | 6C | 5C | 18 |
| Octal | 33 | 167 | 5 | 115 | 0 | 140 | 65 | 154 | 134 | 30 |
| Binary | 11011 | 1110111 | 101 | 1001101 | 0 | 1100000 | 110101 | 1101100 | 1011100 | 11000 |
Color Harmonies of #1B7705
Complementary color
Monochromatic Colors of #1B7705
Black with #1B7705
Text Example
Text Example
White with #1B7705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7705; }
p { color: rgb(27,119,5); }
H1.HeaderClassName
{
color: #1B7705;
}
.AnyTagClassName
{
color: #1B7705;
}
</style>
background-color css
<style>
a { background-color: #1B7705; }
a { background-color: rgb(27,119,5); }
div.DivClassName
{
background-color: #1B7705;
}
.BgClassName
{
background-color: #1B7705;
}
</style>
border-color css
<style>
span { border-color: #1B7705; }
span { border-color: rgb(27,119,5); }
td.TdClassName
{
border-color: #1B7705;
}
.TagClassName
{
border-color: #1B7705;
}
</style>