Shades of Forest Green #1B741A
Tints of Forest Green #1B741A
RGB
CMYK
RGB Variations
Color information
#1B741A (or 0x1B741A) is known color: Forest Green. HEX triplet: 1B, 74 and 1A. RGB value is (27,116,26). Sum of RGB (Red+Green+Blue) = 27+116+26=169 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.98% from 169); Green value is 116 (45.70% from 255 or 68.64% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 116 - color contains mainly: green. Hex color #1B741A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B741A is #E48BE5. Grayscale: #4F4F4F. Windows color (decimal): -14978022 or 1733659. OLE color: 1733659.
HSL color Cylindrical-coordinate representation of color #1B741A: hue angle of 119.33º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B741A is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 27 | 116 | 26 | - |
| CMYK | 0.77 | 0 | 0.78 | 0.55 |
| HSL | 119.33º | 0.63% | 0.28% | - |
| HSV(B) | 119.33º | 0.78% | 0.45% | - |
| XYZ | 6.88 | 12.8 | 3.08 | - |
| YUV | 79.13 | 98.01 | 90.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 116 | 26 | 0.77 | 0 | 0.78 | 0.55 | 119.33 | 0.63 | 0.28 |
| Hex | 1B | 74 | 1A | 4D | 0 | 4E | 37 | 77 | 3F | 1C |
| Octal | 33 | 164 | 32 | 115 | 0 | 116 | 67 | 167 | 77 | 34 |
| Binary | 11011 | 1110100 | 11010 | 1001101 | 0 | 1001110 | 110111 | 1110111 | 111111 | 11100 |
Color Harmonies of #1B741A
Complementary color
Monochromatic Colors of #1B741A
Black with #1B741A
Text Example
Text Example
White with #1B741A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B741A; }
p { color: rgb(27,116,26); }
H1.HeaderClassName
{
color: #1B741A;
}
.AnyTagClassName
{
color: #1B741A;
}
</style>
background-color css
<style>
a { background-color: #1B741A; }
a { background-color: rgb(27,116,26); }
div.DivClassName
{
background-color: #1B741A;
}
.BgClassName
{
background-color: #1B741A;
}
</style>
border-color css
<style>
span { border-color: #1B741A; }
span { border-color: rgb(27,116,26); }
td.TdClassName
{
border-color: #1B741A;
}
.TagClassName
{
border-color: #1B741A;
}
</style>