Shades of Forest Green #1B932F
Tints of Forest Green #1B932F
RGB
CMYK
RGB Variations
Color information
#1B932F (or 0x1B932F) is known color: Forest Green. HEX triplet: 1B, 93 and 2F. RGB value is (27,147,47). Sum of RGB (Red+Green+Blue) = 27+147+47=221 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.22% from 221); Green value is 147 (57.81% from 255 or 66.52% from 221); Blue value is 47 (18.75% from 255 or 21.27% from 221); Max value from RGB is 147 - color contains mainly: green. Hex color #1B932F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B932F is #E46CD0. Grayscale: #636363. Windows color (decimal): -14970065 or 3117851. OLE color: 3117851.
HSL color Cylindrical-coordinate representation of color #1B932F: hue angle of 130º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B932F is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 147 | 47 | - |
| CMYK | 0.82 | 0 | 0.68 | 0.42 |
| HSL | 130º | 0.69% | 0.34% | - |
| HSV(B) | 130º | 0.82% | 0.58% | - |
| XYZ | 11.4 | 21.31 | 6.2 | - |
| YUV | 99.72 | 98.24 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 147 | 47 | 0.82 | 0 | 0.68 | 0.42 | 130 | 0.69 | 0.34 |
| Hex | 1B | 93 | 2F | 52 | 0 | 44 | 2A | 82 | 45 | 22 |
| Octal | 33 | 223 | 57 | 122 | 0 | 104 | 52 | 202 | 105 | 42 |
| Binary | 11011 | 10010011 | 101111 | 1010010 | 0 | 1000100 | 101010 | 10000010 | 1000101 | 100010 |
Color Harmonies of #1B932F
Complementary color
Monochromatic Colors of #1B932F
Black with #1B932F
Text Example
Text Example
White with #1B932F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B932F; }
p { color: rgb(27,147,47); }
H1.HeaderClassName
{
color: #1B932F;
}
.AnyTagClassName
{
color: #1B932F;
}
</style>
background-color css
<style>
a { background-color: #1B932F; }
a { background-color: rgb(27,147,47); }
div.DivClassName
{
background-color: #1B932F;
}
.BgClassName
{
background-color: #1B932F;
}
</style>
border-color css
<style>
span { border-color: #1B932F; }
span { border-color: rgb(27,147,47); }
td.TdClassName
{
border-color: #1B932F;
}
.TagClassName
{
border-color: #1B932F;
}
</style>