Shades of Green #1B7A04
Tints of Green #1B7A04
RGB
CMYK
RGB Variations
Color information
#1B7A04 (or 0x1B7A04) is known color: Green. HEX triplet: 1B, 7A and 04. RGB value is (27,122,4). Sum of RGB (Red+Green+Blue) = 27+122+4=153 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.65% from 153); Green value is 122 (48.05% from 255 or 79.74% from 153); Blue value is 4 (1.95% from 255 or 2.61% from 153); Max value from RGB is 122 - color contains mainly: green. Hex color #1B7A04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B7A04 is #E485FB. Grayscale: #505050. Windows color (decimal): -14976508 or 293403. OLE color: 293403.
HSL color Cylindrical-coordinate representation of color #1B7A04: hue angle of 108.31º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1B7A04 is Cyan = 0.78, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 27 | 122 | 4 | - |
| CMYK | 0.78 | 0 | 0.97 | 0.52 |
| HSL | 108.31º | 0.94% | 0.25% | - |
| HSV(B) | 108.31º | 0.97% | 0.48% | - |
| XYZ | 7.43 | 14.16 | 2.46 | - |
| YUV | 80.14 | 85.03 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 122 | 4 | 0.78 | 0 | 0.97 | 0.52 | 108.31 | 0.94 | 0.25 |
| Hex | 1B | 7A | 4 | 4E | 0 | 61 | 34 | 6C | 5E | 19 |
| Octal | 33 | 172 | 4 | 116 | 0 | 141 | 64 | 154 | 136 | 31 |
| Binary | 11011 | 1111010 | 100 | 1001110 | 0 | 1100001 | 110100 | 1101100 | 1011110 | 11001 |
Color Harmonies of #1B7A04
Complementary color
Monochromatic Colors of #1B7A04
Black with #1B7A04
Text Example
Text Example
White with #1B7A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7A04; }
p { color: rgb(27,122,4); }
H1.HeaderClassName
{
color: #1B7A04;
}
.AnyTagClassName
{
color: #1B7A04;
}
</style>
background-color css
<style>
a { background-color: #1B7A04; }
a { background-color: rgb(27,122,4); }
div.DivClassName
{
background-color: #1B7A04;
}
.BgClassName
{
background-color: #1B7A04;
}
</style>
border-color css
<style>
span { border-color: #1B7A04; }
span { border-color: rgb(27,122,4); }
td.TdClassName
{
border-color: #1B7A04;
}
.TagClassName
{
border-color: #1B7A04;
}
</style>