Shades of Green #1B7304
Tints of Green #1B7304
RGB
CMYK
RGB Variations
Color information
#1B7304 (or 0x1B7304) is known color: Green. HEX triplet: 1B, 73 and 04. RGB value is (27,115,4). Sum of RGB (Red+Green+Blue) = 27+115+4=146 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.49% from 146); Green value is 115 (45.31% from 255 or 78.77% from 146); Blue value is 4 (1.95% from 255 or 2.74% from 146); Max value from RGB is 115 - color contains mainly: green. Hex color #1B7304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B7304 is #E48CFB. Grayscale: #4C4C4C. Windows color (decimal): -14978300 or 291611. OLE color: 291611.
HSL color Cylindrical-coordinate representation of color #1B7304: hue angle of 107.57º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1B7304 is Cyan = 0.77, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 27 | 115 | 4 | - |
| CMYK | 0.77 | 0 | 0.97 | 0.55 |
| HSL | 107.57º | 0.93% | 0.23% | - |
| HSV(B) | 107.57º | 0.97% | 0.45% | - |
| XYZ | 6.6 | 12.5 | 2.18 | - |
| YUV | 76.03 | 87.35 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 115 | 4 | 0.77 | 0 | 0.97 | 0.55 | 107.57 | 0.93 | 0.23 |
| Hex | 1B | 73 | 4 | 4D | 0 | 61 | 37 | 6C | 5D | 17 |
| Octal | 33 | 163 | 4 | 115 | 0 | 141 | 67 | 154 | 135 | 27 |
| Binary | 11011 | 1110011 | 100 | 1001101 | 0 | 1100001 | 110111 | 1101100 | 1011101 | 10111 |
Color Harmonies of #1B7304
Complementary color
Monochromatic Colors of #1B7304
Black with #1B7304
Text Example
Text Example
White with #1B7304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7304; }
p { color: rgb(27,115,4); }
H1.HeaderClassName
{
color: #1B7304;
}
.AnyTagClassName
{
color: #1B7304;
}
</style>
background-color css
<style>
a { background-color: #1B7304; }
a { background-color: rgb(27,115,4); }
div.DivClassName
{
background-color: #1B7304;
}
.BgClassName
{
background-color: #1B7304;
}
</style>
border-color css
<style>
span { border-color: #1B7304; }
span { border-color: rgb(27,115,4); }
td.TdClassName
{
border-color: #1B7304;
}
.TagClassName
{
border-color: #1B7304;
}
</style>