Shades of Forest Green #23942C
Tints of Forest Green #23942C
RGB
CMYK
RGB Variations
Color information
#23942C (or 0x23942C) is known color: Forest Green. HEX triplet: 23, 94 and 2C. RGB value is (35,148,44). Sum of RGB (Red+Green+Blue) = 35+148+44=227 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.42% from 227); Green value is 148 (58.20% from 255 or 65.20% from 227); Blue value is 44 (17.58% from 255 or 19.38% from 227); Max value from RGB is 148 - color contains mainly: green. Hex color #23942C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23942C is #DC6BD3. Grayscale: #666666. Windows color (decimal): -14445524 or 2921507. OLE color: 2921507.
HSL color Cylindrical-coordinate representation of color #23942C: hue angle of 124.78º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #23942C is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 148 | 44 | - |
| CMYK | 0.76 | 0 | 0.70 | 0.42 |
| HSL | 124.78º | 0.62% | 0.36% | - |
| HSV(B) | 124.78º | 0.76% | 0.58% | - |
| XYZ | 11.74 | 21.72 | 5.96 | - |
| YUV | 102.36 | 95.06 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 148 | 44 | 0.76 | 0 | 0.70 | 0.42 | 124.78 | 0.62 | 0.36 |
| Hex | 23 | 94 | 2C | 4C | 0 | 46 | 2A | 7D | 3E | 24 |
| Octal | 43 | 224 | 54 | 114 | 0 | 106 | 52 | 175 | 76 | 44 |
| Binary | 100011 | 10010100 | 101100 | 1001100 | 0 | 1000110 | 101010 | 1111101 | 111110 | 100100 |
Color Harmonies of #23942C
Complementary color
Monochromatic Colors of #23942C
Black with #23942C
Text Example
Text Example
White with #23942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23942C; }
p { color: rgb(35,148,44); }
H1.HeaderClassName
{
color: #23942C;
}
.AnyTagClassName
{
color: #23942C;
}
</style>
background-color css
<style>
a { background-color: #23942C; }
a { background-color: rgb(35,148,44); }
div.DivClassName
{
background-color: #23942C;
}
.BgClassName
{
background-color: #23942C;
}
</style>
border-color css
<style>
span { border-color: #23942C; }
span { border-color: rgb(35,148,44); }
td.TdClassName
{
border-color: #23942C;
}
.TagClassName
{
border-color: #23942C;
}
</style>