Shades of Forest Green #1B9C34
Tints of Forest Green #1B9C34
RGB
CMYK
RGB Variations
Color information
#1B9C34 (or 0x1B9C34) is known color: Forest Green. HEX triplet: 1B, 9C and 34. RGB value is (27,156,52). Sum of RGB (Red+Green+Blue) = 27+156+52=235 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.49% from 235); Green value is 156 (61.33% from 255 or 66.38% from 235); Blue value is 52 (20.70% from 255 or 22.13% from 235); Max value from RGB is 156 - color contains mainly: green. Hex color #1B9C34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B9C34 is #E463CB. Grayscale: #696969. Windows color (decimal): -14967756 or 3447835. OLE color: 3447835.
HSL color Cylindrical-coordinate representation of color #1B9C34: hue angle of 131.63º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B9C34 is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 27 | 156 | 52 | - |
| CMYK | 0.83 | 0 | 0.67 | 0.39 |
| HSL | 131.63º | 0.7% | 0.36% | - |
| HSV(B) | 131.63º | 0.83% | 0.61% | - |
| XYZ | 12.96 | 24.26 | 7.25 | - |
| YUV | 105.57 | 97.76 | 71.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 156 | 52 | 0.83 | 0 | 0.67 | 0.39 | 131.63 | 0.7 | 0.36 |
| Hex | 1B | 9C | 34 | 53 | 0 | 43 | 27 | 84 | 46 | 24 |
| Octal | 33 | 234 | 64 | 123 | 0 | 103 | 47 | 204 | 106 | 44 |
| Binary | 11011 | 10011100 | 110100 | 1010011 | 0 | 1000011 | 100111 | 10000100 | 1000110 | 100100 |
Color Harmonies of #1B9C34
Complementary color
Monochromatic Colors of #1B9C34
Black with #1B9C34
Text Example
Text Example
White with #1B9C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9C34; }
p { color: rgb(27,156,52); }
H1.HeaderClassName
{
color: #1B9C34;
}
.AnyTagClassName
{
color: #1B9C34;
}
</style>
background-color css
<style>
a { background-color: #1B9C34; }
a { background-color: rgb(27,156,52); }
div.DivClassName
{
background-color: #1B9C34;
}
.BgClassName
{
background-color: #1B9C34;
}
</style>
border-color css
<style>
span { border-color: #1B9C34; }
span { border-color: rgb(27,156,52); }
td.TdClassName
{
border-color: #1B9C34;
}
.TagClassName
{
border-color: #1B9C34;
}
</style>