Shades of Green #1B7101
Tints of Green #1B7101
RGB
CMYK
RGB Variations
Color information
#1B7101 (or 0x1B7101) is known color: Green. HEX triplet: 1B, 71 and 01. RGB value is (27,113,1). Sum of RGB (Red+Green+Blue) = 27+113+1=141 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.15% from 141); Green value is 113 (44.53% from 255 or 80.14% from 141); Blue value is 1 (0.78% from 255 or 0.71% from 141); Max value from RGB is 113 - color contains mainly: green. Hex color #1B7101 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B7101 is #E48EFE. Grayscale: #4A4A4A. Windows color (decimal): -14978815 or 94491. OLE color: 94491.
HSL color Cylindrical-coordinate representation of color #1B7101: hue angle of 106.07º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1B7101 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 27 | 113 | 1 | - |
| CMYK | 0.76 | 0 | 0.99 | 0.56 |
| HSL | 106.07º | 0.98% | 0.22% | - |
| HSV(B) | 106.07º | 0.99% | 0.44% | - |
| XYZ | 6.36 | 12.05 | 2.02 | - |
| YUV | 74.52 | 86.51 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 113 | 1 | 0.76 | 0 | 0.99 | 0.56 | 106.07 | 0.98 | 0.22 |
| Hex | 1B | 71 | 1 | 4C | 0 | 63 | 38 | 6A | 62 | 16 |
| Octal | 33 | 161 | 1 | 114 | 0 | 143 | 70 | 152 | 142 | 26 |
| Binary | 11011 | 1110001 | 1 | 1001100 | 0 | 1100011 | 111000 | 1101010 | 1100010 | 10110 |
Color Harmonies of #1B7101
Complementary color
Monochromatic Colors of #1B7101
Black with #1B7101
Text Example
Text Example
White with #1B7101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7101; }
p { color: rgb(27,113,1); }
H1.HeaderClassName
{
color: #1B7101;
}
.AnyTagClassName
{
color: #1B7101;
}
</style>
background-color css
<style>
a { background-color: #1B7101; }
a { background-color: rgb(27,113,1); }
div.DivClassName
{
background-color: #1B7101;
}
.BgClassName
{
background-color: #1B7101;
}
</style>
border-color css
<style>
span { border-color: #1B7101; }
span { border-color: rgb(27,113,1); }
td.TdClassName
{
border-color: #1B7101;
}
.TagClassName
{
border-color: #1B7101;
}
</style>