Shades of Forest Green #1B9A30
Tints of Forest Green #1B9A30
RGB
CMYK
RGB Variations
Color information
#1B9A30 (or 0x1B9A30) is known color: Forest Green. HEX triplet: 1B, 9A and 30. RGB value is (27,154,48). Sum of RGB (Red+Green+Blue) = 27+154+48=229 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.79% from 229); Green value is 154 (60.55% from 255 or 67.25% from 229); Blue value is 48 (19.14% from 255 or 20.96% from 229); Max value from RGB is 154 - color contains mainly: green. Hex color #1B9A30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B9A30 is #E465CF. Grayscale: #686868. Windows color (decimal): -14968272 or 3185179. OLE color: 3185179.
HSL color Cylindrical-coordinate representation of color #1B9A30: hue angle of 129.92º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B9A30 is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 27 | 154 | 48 | - |
| CMYK | 0.82 | 0 | 0.69 | 0.40 |
| HSL | 129.92º | 0.7% | 0.35% | - |
| HSV(B) | 129.92º | 0.82% | 0.6% | - |
| XYZ | 12.54 | 23.56 | 6.68 | - |
| YUV | 103.94 | 96.42 | 73.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 154 | 48 | 0.82 | 0 | 0.69 | 0.40 | 129.92 | 0.7 | 0.35 |
| Hex | 1B | 9A | 30 | 52 | 0 | 45 | 28 | 82 | 46 | 23 |
| Octal | 33 | 232 | 60 | 122 | 0 | 105 | 50 | 202 | 106 | 43 |
| Binary | 11011 | 10011010 | 110000 | 1010010 | 0 | 1000101 | 101000 | 10000010 | 1000110 | 100011 |
Color Harmonies of #1B9A30
Complementary color
Monochromatic Colors of #1B9A30
Black with #1B9A30
Text Example
Text Example
White with #1B9A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9A30; }
p { color: rgb(27,154,48); }
H1.HeaderClassName
{
color: #1B9A30;
}
.AnyTagClassName
{
color: #1B9A30;
}
</style>
background-color css
<style>
a { background-color: #1B9A30; }
a { background-color: rgb(27,154,48); }
div.DivClassName
{
background-color: #1B9A30;
}
.BgClassName
{
background-color: #1B9A30;
}
</style>
border-color css
<style>
span { border-color: #1B9A30; }
span { border-color: rgb(27,154,48); }
td.TdClassName
{
border-color: #1B9A30;
}
.TagClassName
{
border-color: #1B9A30;
}
</style>