Shades of Green #1B6808
Tints of Green #1B6808
RGB
CMYK
RGB Variations
Color information
#1B6808 (or 0x1B6808) is known color: Green. HEX triplet: 1B, 68 and 08. RGB value is (27,104,8). Sum of RGB (Red+Green+Blue) = 27+104+8=139 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.42% from 139); Green value is 104 (41.02% from 255 or 74.82% from 139); Blue value is 8 (3.52% from 255 or 5.76% from 139); Max value from RGB is 104 - color contains mainly: green. Hex color #1B6808 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B6808 is #E497F7. Grayscale: #464646. Windows color (decimal): -14981112 or 550939. OLE color: 550939.
HSL color Cylindrical-coordinate representation of color #1B6808: hue angle of 108.12º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1B6808 is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 27 | 104 | 8 | - |
| CMYK | 0.74 | 0 | 0.92 | 0.59 |
| HSL | 108.13º | 0.86% | 0.22% | - |
| HSV(B) | 108.13º | 0.92% | 0.41% | - |
| XYZ | 5.45 | 10.15 | 1.9 | - |
| YUV | 70.03 | 92.99 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 104 | 8 | 0.74 | 0 | 0.92 | 0.59 | 108.13 | 0.86 | 0.22 |
| Hex | 1B | 68 | 8 | 4A | 0 | 5C | 3B | 6C | 56 | 16 |
| Octal | 33 | 150 | 10 | 112 | 0 | 134 | 73 | 154 | 126 | 26 |
| Binary | 11011 | 1101000 | 1000 | 1001010 | 0 | 1011100 | 111011 | 1101100 | 1010110 | 10110 |
Color Harmonies of #1B6808
Complementary color
Monochromatic Colors of #1B6808
Black with #1B6808
Text Example
Text Example
White with #1B6808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6808; }
p { color: rgb(27,104,8); }
H1.HeaderClassName
{
color: #1B6808;
}
.AnyTagClassName
{
color: #1B6808;
}
</style>
background-color css
<style>
a { background-color: #1B6808; }
a { background-color: rgb(27,104,8); }
div.DivClassName
{
background-color: #1B6808;
}
.BgClassName
{
background-color: #1B6808;
}
</style>
border-color css
<style>
span { border-color: #1B6808; }
span { border-color: rgb(27,104,8); }
td.TdClassName
{
border-color: #1B6808;
}
.TagClassName
{
border-color: #1B6808;
}
</style>