Shades of Green #1B6B04
Tints of Green #1B6B04
RGB
CMYK
RGB Variations
Color information
#1B6B04 (or 0x1B6B04) is known color: Green. HEX triplet: 1B, 6B and 04. RGB value is (27,107,4). Sum of RGB (Red+Green+Blue) = 27+107+4=138 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.57% from 138); Green value is 107 (42.19% from 255 or 77.54% from 138); Blue value is 4 (1.95% from 255 or 2.90% from 138); Max value from RGB is 107 - color contains mainly: green. Hex color #1B6B04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B6B04 is #E494FB. Grayscale: #474747. Windows color (decimal): -14980348 or 289563. OLE color: 289563.
HSL color Cylindrical-coordinate representation of color #1B6B04: hue angle of 106.6º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B6B04 is Cyan = 0.75, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 27 | 107 | 4 | - |
| CMYK | 0.75 | 0 | 0.96 | 0.58 |
| HSL | 106.6º | 0.93% | 0.22% | - |
| HSV(B) | 106.6º | 0.96% | 0.42% | - |
| XYZ | 5.73 | 10.76 | 1.89 | - |
| YUV | 71.34 | 90 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 107 | 4 | 0.75 | 0 | 0.96 | 0.58 | 106.6 | 0.93 | 0.22 |
| Hex | 1B | 6B | 4 | 4B | 0 | 60 | 3A | 6B | 5D | 16 |
| Octal | 33 | 153 | 4 | 113 | 0 | 140 | 72 | 153 | 135 | 26 |
| Binary | 11011 | 1101011 | 100 | 1001011 | 0 | 1100000 | 111010 | 1101011 | 1011101 | 10110 |
Color Harmonies of #1B6B04
Complementary color
Monochromatic Colors of #1B6B04
Black with #1B6B04
Text Example
Text Example
White with #1B6B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6B04; }
p { color: rgb(27,107,4); }
H1.HeaderClassName
{
color: #1B6B04;
}
.AnyTagClassName
{
color: #1B6B04;
}
</style>
background-color css
<style>
a { background-color: #1B6B04; }
a { background-color: rgb(27,107,4); }
div.DivClassName
{
background-color: #1B6B04;
}
.BgClassName
{
background-color: #1B6B04;
}
</style>
border-color css
<style>
span { border-color: #1B6B04; }
span { border-color: rgb(27,107,4); }
td.TdClassName
{
border-color: #1B6B04;
}
.TagClassName
{
border-color: #1B6B04;
}
</style>