Shades of Green #1B7D05
Tints of Green #1B7D05
RGB
CMYK
RGB Variations
Color information
#1B7D05 (or 0x1B7D05) is known color: Green. HEX triplet: 1B, 7D and 05. RGB value is (27,125,5). Sum of RGB (Red+Green+Blue) = 27+125+5=157 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.20% from 157); Green value is 125 (49.22% from 255 or 79.62% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 125 - color contains mainly: green. Hex color #1B7D05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B7D05 is #E482FA. Grayscale: #525252. Windows color (decimal): -14975739 or 359707. OLE color: 359707.
HSL color Cylindrical-coordinate representation of color #1B7D05: hue angle of 109º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B7D05 is Cyan = 0.78, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 27 | 125 | 5 | - |
| CMYK | 0.78 | 0 | 0.96 | 0.51 |
| HSL | 109º | 0.92% | 0.25% | - |
| HSV(B) | 109º | 0.96% | 0.49% | - |
| XYZ | 7.81 | 14.91 | 2.61 | - |
| YUV | 82.02 | 84.53 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 125 | 5 | 0.78 | 0 | 0.96 | 0.51 | 109 | 0.92 | 0.25 |
| Hex | 1B | 7D | 5 | 4E | 0 | 60 | 33 | 6D | 5C | 19 |
| Octal | 33 | 175 | 5 | 116 | 0 | 140 | 63 | 155 | 134 | 31 |
| Binary | 11011 | 1111101 | 101 | 1001110 | 0 | 1100000 | 110011 | 1101101 | 1011100 | 11001 |
Color Harmonies of #1B7D05
Complementary color
Monochromatic Colors of #1B7D05
Black with #1B7D05
Text Example
Text Example
White with #1B7D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7D05; }
p { color: rgb(27,125,5); }
H1.HeaderClassName
{
color: #1B7D05;
}
.AnyTagClassName
{
color: #1B7D05;
}
</style>
background-color css
<style>
a { background-color: #1B7D05; }
a { background-color: rgb(27,125,5); }
div.DivClassName
{
background-color: #1B7D05;
}
.BgClassName
{
background-color: #1B7D05;
}
</style>
border-color css
<style>
span { border-color: #1B7D05; }
span { border-color: rgb(27,125,5); }
td.TdClassName
{
border-color: #1B7D05;
}
.TagClassName
{
border-color: #1B7D05;
}
</style>