Shades of Forest Green #1BA334
Tints of Forest Green #1BA334
RGB
CMYK
RGB Variations
Color information
#1BA334 (or 0x1BA334) is known color: Forest Green. HEX triplet: 1B, A3 and 34. RGB value is (27,163,52). Sum of RGB (Red+Green+Blue) = 27+163+52=242 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.16% from 242); Green value is 163 (64.06% from 255 or 67.36% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 163 - color contains mainly: green. Hex color #1BA334 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BA334 is #E45CCB. Grayscale: #6D6D6D. Windows color (decimal): -14965964 or 3449627. OLE color: 3449627.
HSL color Cylindrical-coordinate representation of color #1BA334: hue angle of 131.03º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1BA334 is Cyan = 0.83, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 27 | 163 | 52 | - |
| CMYK | 0.83 | 0 | 0.68 | 0.36 |
| HSL | 131.03º | 0.72% | 0.37% | - |
| HSV(B) | 131.03º | 0.83% | 0.64% | - |
| XYZ | 14.17 | 26.68 | 7.65 | - |
| YUV | 109.68 | 95.44 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 163 | 52 | 0.83 | 0 | 0.68 | 0.36 | 131.03 | 0.72 | 0.37 |
| Hex | 1B | A3 | 34 | 53 | 0 | 44 | 24 | 83 | 48 | 25 |
| Octal | 33 | 243 | 64 | 123 | 0 | 104 | 44 | 203 | 110 | 45 |
| Binary | 11011 | 10100011 | 110100 | 1010011 | 0 | 1000100 | 100100 | 10000011 | 1001000 | 100101 |
Color Harmonies of #1BA334
Complementary color
Monochromatic Colors of #1BA334
Black with #1BA334
Text Example
Text Example
White with #1BA334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA334; }
p { color: rgb(27,163,52); }
H1.HeaderClassName
{
color: #1BA334;
}
.AnyTagClassName
{
color: #1BA334;
}
</style>
background-color css
<style>
a { background-color: #1BA334; }
a { background-color: rgb(27,163,52); }
div.DivClassName
{
background-color: #1BA334;
}
.BgClassName
{
background-color: #1BA334;
}
</style>
border-color css
<style>
span { border-color: #1BA334; }
span { border-color: rgb(27,163,52); }
td.TdClassName
{
border-color: #1BA334;
}
.TagClassName
{
border-color: #1BA334;
}
</style>