Shades of Forest Green #1B921D
Tints of Forest Green #1B921D
RGB
CMYK
RGB Variations
Color information
#1B921D (or 0x1B921D) is known color: Forest Green. HEX triplet: 1B, 92 and 1D. RGB value is (27,146,29). Sum of RGB (Red+Green+Blue) = 27+146+29=202 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.37% from 202); Green value is 146 (57.42% from 255 or 72.28% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 146 - color contains mainly: green. Hex color #1B921D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B921D is #E46DE2. Grayscale: #616161. Windows color (decimal): -14970339 or 1937947. OLE color: 1937947.
HSL color Cylindrical-coordinate representation of color #1B921D: hue angle of 121.01º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B921D is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 27 | 146 | 29 | - |
| CMYK | 0.82 | 0 | 0.80 | 0.43 |
| HSL | 121.01º | 0.69% | 0.34% | - |
| HSV(B) | 121.01º | 0.82% | 0.57% | - |
| XYZ | 10.95 | 20.88 | 4.62 | - |
| YUV | 97.08 | 89.58 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 146 | 29 | 0.82 | 0 | 0.80 | 0.43 | 121.01 | 0.69 | 0.34 |
| Hex | 1B | 92 | 1D | 52 | 0 | 50 | 2B | 79 | 45 | 22 |
| Octal | 33 | 222 | 35 | 122 | 0 | 120 | 53 | 171 | 105 | 42 |
| Binary | 11011 | 10010010 | 11101 | 1010010 | 0 | 1010000 | 101011 | 1111001 | 1000101 | 100010 |
Color Harmonies of #1B921D
Complementary color
Monochromatic Colors of #1B921D
Black with #1B921D
Text Example
Text Example
White with #1B921D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B921D; }
p { color: rgb(27,146,29); }
H1.HeaderClassName
{
color: #1B921D;
}
.AnyTagClassName
{
color: #1B921D;
}
</style>
background-color css
<style>
a { background-color: #1B921D; }
a { background-color: rgb(27,146,29); }
div.DivClassName
{
background-color: #1B921D;
}
.BgClassName
{
background-color: #1B921D;
}
</style>
border-color css
<style>
span { border-color: #1B921D; }
span { border-color: rgb(27,146,29); }
td.TdClassName
{
border-color: #1B921D;
}
.TagClassName
{
border-color: #1B921D;
}
</style>