Shades of Forest Green #1BAF1D
Tints of Forest Green #1BAF1D
RGB
CMYK
RGB Variations
Color information
#1BAF1D (or 0x1BAF1D) is known color: Forest Green. HEX triplet: 1B, AF and 1D. RGB value is (27,175,29). Sum of RGB (Red+Green+Blue) = 27+175+29=231 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.69% from 231); Green value is 175 (68.75% from 255 or 75.76% from 231); Blue value is 29 (11.72% from 255 or 12.55% from 231); Max value from RGB is 175 - color contains mainly: green. Hex color #1BAF1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAF1D is #E450E2. Grayscale: #727272. Windows color (decimal): -14962915 or 1945371. OLE color: 1945371.
HSL color Cylindrical-coordinate representation of color #1BAF1D: hue angle of 120.81º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BAF1D is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 27 | 175 | 29 | - |
| CMYK | 0.85 | 0 | 0.83 | 0.31 |
| HSL | 120.81º | 0.73% | 0.4% | - |
| HSV(B) | 120.81º | 0.85% | 0.69% | - |
| XYZ | 16 | 30.98 | 6.3 | - |
| YUV | 114.1 | 79.97 | 65.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 175 | 29 | 0.85 | 0 | 0.83 | 0.31 | 120.81 | 0.73 | 0.4 |
| Hex | 1B | AF | 1D | 55 | 0 | 53 | 1F | 79 | 49 | 28 |
| Octal | 33 | 257 | 35 | 125 | 0 | 123 | 37 | 171 | 111 | 50 |
| Binary | 11011 | 10101111 | 11101 | 1010101 | 0 | 1010011 | 11111 | 1111001 | 1001001 | 101000 |
Color Harmonies of #1BAF1D
Complementary color
Monochromatic Colors of #1BAF1D
Black with #1BAF1D
Text Example
Text Example
White with #1BAF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAF1D; }
p { color: rgb(27,175,29); }
H1.HeaderClassName
{
color: #1BAF1D;
}
.AnyTagClassName
{
color: #1BAF1D;
}
</style>
background-color css
<style>
a { background-color: #1BAF1D; }
a { background-color: rgb(27,175,29); }
div.DivClassName
{
background-color: #1BAF1D;
}
.BgClassName
{
background-color: #1BAF1D;
}
</style>
border-color css
<style>
span { border-color: #1BAF1D; }
span { border-color: rgb(27,175,29); }
td.TdClassName
{
border-color: #1BAF1D;
}
.TagClassName
{
border-color: #1BAF1D;
}
</style>