Shades of Forest Green #18922F
Tints of Forest Green #18922F
RGB
CMYK
RGB Variations
Color information
#18922F (or 0x18922F) is known color: Forest Green. HEX triplet: 18, 92 and 2F. RGB value is (24,146,47). Sum of RGB (Red+Green+Blue) = 24+146+47=217 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.06% from 217); Green value is 146 (57.42% from 255 or 67.28% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 146 - color contains mainly: green. Hex color #18922F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18922F is #E76DD0. Grayscale: #626262. Windows color (decimal): -15166929 or 3117592. OLE color: 3117592.
HSL color Cylindrical-coordinate representation of color #18922F: hue angle of 131.31º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18922F is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 146 | 47 | - |
| CMYK | 0.84 | 0 | 0.68 | 0.43 |
| HSL | 131.31º | 0.72% | 0.33% | - |
| HSV(B) | 131.31º | 0.84% | 0.57% | - |
| XYZ | 11.17 | 20.96 | 6.15 | - |
| YUV | 98.24 | 99.08 | 75.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 146 | 47 | 0.84 | 0 | 0.68 | 0.43 | 131.31 | 0.72 | 0.33 |
| Hex | 18 | 92 | 2F | 54 | 0 | 44 | 2B | 83 | 48 | 21 |
| Octal | 30 | 222 | 57 | 124 | 0 | 104 | 53 | 203 | 110 | 41 |
| Binary | 11000 | 10010010 | 101111 | 1010100 | 0 | 1000100 | 101011 | 10000011 | 1001000 | 100001 |
Color Harmonies of #18922F
Complementary color
Monochromatic Colors of #18922F
Black with #18922F
Text Example
Text Example
White with #18922F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18922F; }
p { color: rgb(24,146,47); }
H1.HeaderClassName
{
color: #18922F;
}
.AnyTagClassName
{
color: #18922F;
}
</style>
background-color css
<style>
a { background-color: #18922F; }
a { background-color: rgb(24,146,47); }
div.DivClassName
{
background-color: #18922F;
}
.BgClassName
{
background-color: #18922F;
}
</style>
border-color css
<style>
span { border-color: #18922F; }
span { border-color: rgb(24,146,47); }
td.TdClassName
{
border-color: #18922F;
}
.TagClassName
{
border-color: #18922F;
}
</style>