Shades of Forest Green #268C23
Tints of Forest Green #268C23
RGB
CMYK
RGB Variations
Color information
#268C23 (or 0x268C23) is known color: Forest Green. HEX triplet: 26, 8C and 23. RGB value is (38,140,35). Sum of RGB (Red+Green+Blue) = 38+140+35=213 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.84% from 213); Green value is 140 (55.08% from 255 or 65.73% from 213); Blue value is 35 (14.06% from 255 or 16.43% from 213); Max value from RGB is 140 - color contains mainly: green. Hex color #268C23 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268C23 is #D973DC. Grayscale: #616161. Windows color (decimal): -14250973 or 2329638. OLE color: 2329638.
HSL color Cylindrical-coordinate representation of color #268C23: hue angle of 118.29º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #268C23 is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 140 | 35 | - |
| CMYK | 0.73 | 0 | 0.75 | 0.45 |
| HSL | 118.29º | 0.6% | 0.34% | - |
| HSV(B) | 118.29º | 0.75% | 0.55% | - |
| XYZ | 10.48 | 19.29 | 4.76 | - |
| YUV | 97.53 | 92.71 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 140 | 35 | 0.73 | 0 | 0.75 | 0.45 | 118.29 | 0.6 | 0.34 |
| Hex | 26 | 8C | 23 | 49 | 0 | 4B | 2D | 76 | 3C | 22 |
| Octal | 46 | 214 | 43 | 111 | 0 | 113 | 55 | 166 | 74 | 42 |
| Binary | 100110 | 10001100 | 100011 | 1001001 | 0 | 1001011 | 101101 | 1110110 | 111100 | 100010 |
Color Harmonies of #268C23
Complementary color
Monochromatic Colors of #268C23
Black with #268C23
Text Example
Text Example
White with #268C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268C23; }
p { color: rgb(38,140,35); }
H1.HeaderClassName
{
color: #268C23;
}
.AnyTagClassName
{
color: #268C23;
}
</style>
background-color css
<style>
a { background-color: #268C23; }
a { background-color: rgb(38,140,35); }
div.DivClassName
{
background-color: #268C23;
}
.BgClassName
{
background-color: #268C23;
}
</style>
border-color css
<style>
span { border-color: #268C23; }
span { border-color: rgb(38,140,35); }
td.TdClassName
{
border-color: #268C23;
}
.TagClassName
{
border-color: #268C23;
}
</style>