Shades of Forest Green #1BAD1D
Tints of Forest Green #1BAD1D
RGB
CMYK
RGB Variations
Color information
#1BAD1D (or 0x1BAD1D) is known color: Forest Green. HEX triplet: 1B, AD and 1D. RGB value is (27,173,29). Sum of RGB (Red+Green+Blue) = 27+173+29=229 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.79% from 229); Green value is 173 (67.97% from 255 or 75.55% from 229); Blue value is 29 (11.72% from 255 or 12.66% from 229); Max value from RGB is 173 - color contains mainly: green. Hex color #1BAD1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAD1D is #E452E2. Grayscale: #717171. Windows color (decimal): -14963427 or 1944859. OLE color: 1944859.
HSL color Cylindrical-coordinate representation of color #1BAD1D: hue angle of 120.82º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BAD1D is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 27 | 173 | 29 | - |
| CMYK | 0.84 | 0 | 0.83 | 0.32 |
| HSL | 120.82º | 0.73% | 0.39% | - |
| HSV(B) | 120.82º | 0.84% | 0.68% | - |
| XYZ | 15.62 | 30.21 | 6.17 | - |
| YUV | 112.93 | 80.63 | 66.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 173 | 29 | 0.84 | 0 | 0.83 | 0.32 | 120.82 | 0.73 | 0.39 |
| Hex | 1B | AD | 1D | 54 | 0 | 53 | 20 | 79 | 49 | 27 |
| Octal | 33 | 255 | 35 | 124 | 0 | 123 | 40 | 171 | 111 | 47 |
| Binary | 11011 | 10101101 | 11101 | 1010100 | 0 | 1010011 | 100000 | 1111001 | 1001001 | 100111 |
Color Harmonies of #1BAD1D
Complementary color
Monochromatic Colors of #1BAD1D
Black with #1BAD1D
Text Example
Text Example
White with #1BAD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAD1D; }
p { color: rgb(27,173,29); }
H1.HeaderClassName
{
color: #1BAD1D;
}
.AnyTagClassName
{
color: #1BAD1D;
}
</style>
background-color css
<style>
a { background-color: #1BAD1D; }
a { background-color: rgb(27,173,29); }
div.DivClassName
{
background-color: #1BAD1D;
}
.BgClassName
{
background-color: #1BAD1D;
}
</style>
border-color css
<style>
span { border-color: #1BAD1D; }
span { border-color: rgb(27,173,29); }
td.TdClassName
{
border-color: #1BAD1D;
}
.TagClassName
{
border-color: #1BAD1D;
}
</style>