Shades of Forest Green #1B741C
Tints of Forest Green #1B741C
RGB
CMYK
RGB Variations
Color information
#1B741C (or 0x1B741C) is known color: Forest Green. HEX triplet: 1B, 74 and 1C. RGB value is (27,116,28). Sum of RGB (Red+Green+Blue) = 27+116+28=171 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.79% from 171); Green value is 116 (45.70% from 255 or 67.84% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 116 - color contains mainly: green. Hex color #1B741C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B741C is #E48BE3. Grayscale: #4F4F4F. Windows color (decimal): -14978020 or 1864731. OLE color: 1864731.
HSL color Cylindrical-coordinate representation of color #1B741C: hue angle of 120.67º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B741C is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 27 | 116 | 28 | - |
| CMYK | 0.77 | 0 | 0.76 | 0.55 |
| HSL | 120.67º | 0.62% | 0.28% | - |
| HSV(B) | 120.67º | 0.77% | 0.45% | - |
| XYZ | 6.91 | 12.81 | 3.21 | - |
| YUV | 79.36 | 99.01 | 90.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 116 | 28 | 0.77 | 0 | 0.76 | 0.55 | 120.67 | 0.62 | 0.28 |
| Hex | 1B | 74 | 1C | 4D | 0 | 4C | 37 | 79 | 3E | 1C |
| Octal | 33 | 164 | 34 | 115 | 0 | 114 | 67 | 171 | 76 | 34 |
| Binary | 11011 | 1110100 | 11100 | 1001101 | 0 | 1001100 | 110111 | 1111001 | 111110 | 11100 |
Color Harmonies of #1B741C
Complementary color
Monochromatic Colors of #1B741C
Black with #1B741C
Text Example
Text Example
White with #1B741C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B741C; }
p { color: rgb(27,116,28); }
H1.HeaderClassName
{
color: #1B741C;
}
.AnyTagClassName
{
color: #1B741C;
}
</style>
background-color css
<style>
a { background-color: #1B741C; }
a { background-color: rgb(27,116,28); }
div.DivClassName
{
background-color: #1B741C;
}
.BgClassName
{
background-color: #1B741C;
}
</style>
border-color css
<style>
span { border-color: #1B741C; }
span { border-color: rgb(27,116,28); }
td.TdClassName
{
border-color: #1B741C;
}
.TagClassName
{
border-color: #1B741C;
}
</style>