Shades of Forest Green #268B33
Tints of Forest Green #268B33
RGB
CMYK
RGB Variations
Color information
#268B33 (or 0x268B33) is known color: Forest Green. HEX triplet: 26, 8B and 33. RGB value is (38,139,51). Sum of RGB (Red+Green+Blue) = 38+139+51=228 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.67% from 228); Green value is 139 (54.69% from 255 or 60.96% from 228); Blue value is 51 (20.31% from 255 or 22.37% from 228); Max value from RGB is 139 - color contains mainly: green. Hex color #268B33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268B33 is #D974CC. Grayscale: #636363. Windows color (decimal): -14251213 or 3377958. OLE color: 3377958.
HSL color Cylindrical-coordinate representation of color #268B33: hue angle of 127.72º 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 #268B33 is Cyan = 0.73, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 139 | 51 | - |
| CMYK | 0.73 | 0 | 0.63 | 0.45 |
| HSL | 127.72º | 0.57% | 0.35% | - |
| HSV(B) | 127.72º | 0.73% | 0.55% | - |
| XYZ | 10.63 | 19.12 | 6.26 | - |
| YUV | 98.77 | 101.04 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 139 | 51 | 0.73 | 0 | 0.63 | 0.45 | 127.72 | 0.57 | 0.35 |
| Hex | 26 | 8B | 33 | 49 | 0 | 3F | 2D | 80 | 39 | 23 |
| Octal | 46 | 213 | 63 | 111 | 0 | 77 | 55 | 200 | 71 | 43 |
| Binary | 100110 | 10001011 | 110011 | 1001001 | 0 | 111111 | 101101 | 10000000 | 111001 | 100011 |
Color Harmonies of #268B33
Complementary color
Monochromatic Colors of #268B33
Black with #268B33
Text Example
Text Example
White with #268B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268B33; }
p { color: rgb(38,139,51); }
H1.HeaderClassName
{
color: #268B33;
}
.AnyTagClassName
{
color: #268B33;
}
</style>
background-color css
<style>
a { background-color: #268B33; }
a { background-color: rgb(38,139,51); }
div.DivClassName
{
background-color: #268B33;
}
.BgClassName
{
background-color: #268B33;
}
</style>
border-color css
<style>
span { border-color: #268B33; }
span { border-color: rgb(38,139,51); }
td.TdClassName
{
border-color: #268B33;
}
.TagClassName
{
border-color: #268B33;
}
</style>