Shades of Forest Green #1B852C
Tints of Forest Green #1B852C
RGB
CMYK
RGB Variations
Color information
#1B852C (or 0x1B852C) is known color: Forest Green. HEX triplet: 1B, 85 and 2C. RGB value is (27,133,44). Sum of RGB (Red+Green+Blue) = 27+133+44=204 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.24% from 204); Green value is 133 (52.34% from 255 or 65.20% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 133 - color contains mainly: green. Hex color #1B852C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B852C is #E47AD3. Grayscale: #5B5B5B. Windows color (decimal): -14973652 or 2917659. OLE color: 2917659.
HSL color Cylindrical-coordinate representation of color #1B852C: hue angle of 129.62º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B852C is Cyan = 0.80, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 27 | 133 | 44 | - |
| CMYK | 0.80 | 0 | 0.67 | 0.48 |
| HSL | 129.62º | 0.66% | 0.31% | - |
| HSV(B) | 129.62º | 0.8% | 0.52% | - |
| XYZ | 9.29 | 17.19 | 5.21 | - |
| YUV | 91.16 | 101.38 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 133 | 44 | 0.80 | 0 | 0.67 | 0.48 | 129.62 | 0.66 | 0.31 |
| Hex | 1B | 85 | 2C | 50 | 0 | 43 | 30 | 82 | 42 | 1F |
| Octal | 33 | 205 | 54 | 120 | 0 | 103 | 60 | 202 | 102 | 37 |
| Binary | 11011 | 10000101 | 101100 | 1010000 | 0 | 1000011 | 110000 | 10000010 | 1000010 | 11111 |
Color Harmonies of #1B852C
Complementary color
Monochromatic Colors of #1B852C
Black with #1B852C
Text Example
Text Example
White with #1B852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B852C; }
p { color: rgb(27,133,44); }
H1.HeaderClassName
{
color: #1B852C;
}
.AnyTagClassName
{
color: #1B852C;
}
</style>
background-color css
<style>
a { background-color: #1B852C; }
a { background-color: rgb(27,133,44); }
div.DivClassName
{
background-color: #1B852C;
}
.BgClassName
{
background-color: #1B852C;
}
</style>
border-color css
<style>
span { border-color: #1B852C; }
span { border-color: rgb(27,133,44); }
td.TdClassName
{
border-color: #1B852C;
}
.TagClassName
{
border-color: #1B852C;
}
</style>