Shades of Forest Green #1B7A1D
Tints of Forest Green #1B7A1D
RGB
CMYK
RGB Variations
Color information
#1B7A1D (or 0x1B7A1D) is known color: Forest Green. HEX triplet: 1B, 7A and 1D. RGB value is (27,122,29). Sum of RGB (Red+Green+Blue) = 27+122+29=178 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.17% from 178); Green value is 122 (48.05% from 255 or 68.54% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 122 - color contains mainly: green. Hex color #1B7A1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B7A1D is #E485E2. Grayscale: #535353. Windows color (decimal): -14976483 or 1931803. OLE color: 1931803.
HSL color Cylindrical-coordinate representation of color #1B7A1D: hue angle of 121.26º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B7A1D is Cyan = 0.78, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 27 | 122 | 29 | - |
| CMYK | 0.78 | 0 | 0.76 | 0.52 |
| HSL | 121.26º | 0.64% | 0.29% | - |
| HSV(B) | 121.26º | 0.78% | 0.48% | - |
| XYZ | 7.63 | 14.24 | 3.51 | - |
| YUV | 82.99 | 97.53 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 122 | 29 | 0.78 | 0 | 0.76 | 0.52 | 121.26 | 0.64 | 0.29 |
| Hex | 1B | 7A | 1D | 4E | 0 | 4C | 34 | 79 | 40 | 1D |
| Octal | 33 | 172 | 35 | 116 | 0 | 114 | 64 | 171 | 100 | 35 |
| Binary | 11011 | 1111010 | 11101 | 1001110 | 0 | 1001100 | 110100 | 1111001 | 1000000 | 11101 |
Color Harmonies of #1B7A1D
Complementary color
Monochromatic Colors of #1B7A1D
Black with #1B7A1D
Text Example
Text Example
White with #1B7A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7A1D; }
p { color: rgb(27,122,29); }
H1.HeaderClassName
{
color: #1B7A1D;
}
.AnyTagClassName
{
color: #1B7A1D;
}
</style>
background-color css
<style>
a { background-color: #1B7A1D; }
a { background-color: rgb(27,122,29); }
div.DivClassName
{
background-color: #1B7A1D;
}
.BgClassName
{
background-color: #1B7A1D;
}
</style>
border-color css
<style>
span { border-color: #1B7A1D; }
span { border-color: rgb(27,122,29); }
td.TdClassName
{
border-color: #1B7A1D;
}
.TagClassName
{
border-color: #1B7A1D;
}
</style>