Shades of Forest Green #238A26
Tints of Forest Green #238A26
RGB
CMYK
RGB Variations
Color information
#238A26 (or 0x238A26) is known color: Forest Green. HEX triplet: 23, 8A and 26. RGB value is (35,138,38). Sum of RGB (Red+Green+Blue) = 35+138+38=211 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.59% from 211); Green value is 138 (54.30% from 255 or 65.40% from 211); Blue value is 38 (15.23% from 255 or 18.01% from 211); Max value from RGB is 138 - color contains mainly: green. Hex color #238A26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238A26 is #DC75D9. Grayscale: #606060. Windows color (decimal): -14448090 or 2525731. OLE color: 2525731.
HSL color Cylindrical-coordinate representation of color #238A26: hue angle of 121.75º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #238A26 is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 138 | 38 | - |
| CMYK | 0.75 | 0 | 0.72 | 0.46 |
| HSL | 121.75º | 0.6% | 0.34% | - |
| HSV(B) | 121.75º | 0.75% | 0.54% | - |
| XYZ | 10.13 | 18.67 | 4.9 | - |
| YUV | 95.8 | 95.38 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 138 | 38 | 0.75 | 0 | 0.72 | 0.46 | 121.75 | 0.6 | 0.34 |
| Hex | 23 | 8A | 26 | 4B | 0 | 48 | 2E | 7A | 3C | 22 |
| Octal | 43 | 212 | 46 | 113 | 0 | 110 | 56 | 172 | 74 | 42 |
| Binary | 100011 | 10001010 | 100110 | 1001011 | 0 | 1001000 | 101110 | 1111010 | 111100 | 100010 |
Color Harmonies of #238A26
Complementary color
Monochromatic Colors of #238A26
Black with #238A26
Text Example
Text Example
White with #238A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238A26; }
p { color: rgb(35,138,38); }
H1.HeaderClassName
{
color: #238A26;
}
.AnyTagClassName
{
color: #238A26;
}
</style>
background-color css
<style>
a { background-color: #238A26; }
a { background-color: rgb(35,138,38); }
div.DivClassName
{
background-color: #238A26;
}
.BgClassName
{
background-color: #238A26;
}
</style>
border-color css
<style>
span { border-color: #238A26; }
span { border-color: rgb(35,138,38); }
td.TdClassName
{
border-color: #238A26;
}
.TagClassName
{
border-color: #238A26;
}
</style>