Shades of Forest Green #1B8A2D
Tints of Forest Green #1B8A2D
RGB
CMYK
RGB Variations
Color information
#1B8A2D (or 0x1B8A2D) is known color: Forest Green. HEX triplet: 1B, 8A and 2D. RGB value is (27,138,45). Sum of RGB (Red+Green+Blue) = 27+138+45=210 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.86% from 210); Green value is 138 (54.30% from 255 or 65.71% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 138 - color contains mainly: green. Hex color #1B8A2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B8A2D is #E475D2. Grayscale: #5E5E5E. Windows color (decimal): -14972371 or 2984475. OLE color: 2984475.
HSL color Cylindrical-coordinate representation of color #1B8A2D: hue angle of 129.73º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B8A2D is Cyan = 0.80, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 27 | 138 | 45 | - |
| CMYK | 0.80 | 0 | 0.67 | 0.46 |
| HSL | 129.73º | 0.67% | 0.32% | - |
| HSV(B) | 129.73º | 0.8% | 0.54% | - |
| XYZ | 10.01 | 18.6 | 5.54 | - |
| YUV | 94.21 | 100.23 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 138 | 45 | 0.80 | 0 | 0.67 | 0.46 | 129.73 | 0.67 | 0.32 |
| Hex | 1B | 8A | 2D | 50 | 0 | 43 | 2E | 82 | 43 | 20 |
| Octal | 33 | 212 | 55 | 120 | 0 | 103 | 56 | 202 | 103 | 40 |
| Binary | 11011 | 10001010 | 101101 | 1010000 | 0 | 1000011 | 101110 | 10000010 | 1000011 | 100000 |
Color Harmonies of #1B8A2D
Complementary color
Monochromatic Colors of #1B8A2D
Black with #1B8A2D
Text Example
Text Example
White with #1B8A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8A2D; }
p { color: rgb(27,138,45); }
H1.HeaderClassName
{
color: #1B8A2D;
}
.AnyTagClassName
{
color: #1B8A2D;
}
</style>
background-color css
<style>
a { background-color: #1B8A2D; }
a { background-color: rgb(27,138,45); }
div.DivClassName
{
background-color: #1B8A2D;
}
.BgClassName
{
background-color: #1B8A2D;
}
</style>
border-color css
<style>
span { border-color: #1B8A2D; }
span { border-color: rgb(27,138,45); }
td.TdClassName
{
border-color: #1B8A2D;
}
.TagClassName
{
border-color: #1B8A2D;
}
</style>