Shades of Green #1B7602
Tints of Green #1B7602
RGB
CMYK
RGB Variations
Color information
#1B7602 (or 0x1B7602) is known color: Green. HEX triplet: 1B, 76 and 02. RGB value is (27,118,2). Sum of RGB (Red+Green+Blue) = 27+118+2=147 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.37% from 147); Green value is 118 (46.48% from 255 or 80.27% from 147); Blue value is 2 (1.17% from 255 or 1.36% from 147); Max value from RGB is 118 - color contains mainly: green. Hex color #1B7602 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B7602 is #E489FD. Grayscale: #4D4D4D. Windows color (decimal): -14977534 or 161307. OLE color: 161307.
HSL color Cylindrical-coordinate representation of color #1B7602: hue angle of 107.07º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1B7602 is Cyan = 0.77, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 27 | 118 | 2 | - |
| CMYK | 0.77 | 0 | 0.98 | 0.54 |
| HSL | 107.07º | 0.97% | 0.24% | - |
| HSV(B) | 107.07º | 0.98% | 0.46% | - |
| XYZ | 6.94 | 13.19 | 2.24 | - |
| YUV | 77.57 | 85.35 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 118 | 2 | 0.77 | 0 | 0.98 | 0.54 | 107.07 | 0.97 | 0.24 |
| Hex | 1B | 76 | 2 | 4D | 0 | 62 | 36 | 6B | 61 | 18 |
| Octal | 33 | 166 | 2 | 115 | 0 | 142 | 66 | 153 | 141 | 30 |
| Binary | 11011 | 1110110 | 10 | 1001101 | 0 | 1100010 | 110110 | 1101011 | 1100001 | 11000 |
Color Harmonies of #1B7602
Complementary color
Monochromatic Colors of #1B7602
Black with #1B7602
Text Example
Text Example
White with #1B7602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7602; }
p { color: rgb(27,118,2); }
H1.HeaderClassName
{
color: #1B7602;
}
.AnyTagClassName
{
color: #1B7602;
}
</style>
background-color css
<style>
a { background-color: #1B7602; }
a { background-color: rgb(27,118,2); }
div.DivClassName
{
background-color: #1B7602;
}
.BgClassName
{
background-color: #1B7602;
}
</style>
border-color css
<style>
span { border-color: #1B7602; }
span { border-color: rgb(27,118,2); }
td.TdClassName
{
border-color: #1B7602;
}
.TagClassName
{
border-color: #1B7602;
}
</style>