Shades of Forest Green #268C33
Tints of Forest Green #268C33
RGB
CMYK
RGB Variations
Color information
#268C33 (or 0x268C33) is known color: Forest Green. HEX triplet: 26, 8C and 33. RGB value is (38,140,51). Sum of RGB (Red+Green+Blue) = 38+140+51=229 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.59% from 229); Green value is 140 (55.08% from 255 or 61.14% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 140 - color contains mainly: green. Hex color #268C33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268C33 is #D973CC. Grayscale: #636363. Windows color (decimal): -14250957 or 3378214. OLE color: 3378214.
HSL color Cylindrical-coordinate representation of color #268C33: hue angle of 127.65º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #268C33 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 140 | 51 | - |
| CMYK | 0.73 | 0 | 0.64 | 0.45 |
| HSL | 127.65º | 0.57% | 0.35% | - |
| HSV(B) | 127.65º | 0.73% | 0.55% | - |
| XYZ | 10.77 | 19.41 | 6.31 | - |
| YUV | 99.36 | 100.71 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 140 | 51 | 0.73 | 0 | 0.64 | 0.45 | 127.65 | 0.57 | 0.35 |
| Hex | 26 | 8C | 33 | 49 | 0 | 40 | 2D | 80 | 39 | 23 |
| Octal | 46 | 214 | 63 | 111 | 0 | 100 | 55 | 200 | 71 | 43 |
| Binary | 100110 | 10001100 | 110011 | 1001001 | 0 | 1000000 | 101101 | 10000000 | 111001 | 100011 |
Color Harmonies of #268C33
Complementary color
Monochromatic Colors of #268C33
Black with #268C33
Text Example
Text Example
White with #268C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268C33; }
p { color: rgb(38,140,51); }
H1.HeaderClassName
{
color: #268C33;
}
.AnyTagClassName
{
color: #268C33;
}
</style>
background-color css
<style>
a { background-color: #268C33; }
a { background-color: rgb(38,140,51); }
div.DivClassName
{
background-color: #268C33;
}
.BgClassName
{
background-color: #268C33;
}
</style>
border-color css
<style>
span { border-color: #268C33; }
span { border-color: rgb(38,140,51); }
td.TdClassName
{
border-color: #268C33;
}
.TagClassName
{
border-color: #268C33;
}
</style>