Shades of Forest Green #268128
Tints of Forest Green #268128
RGB
CMYK
RGB Variations
Color information
#268128 (or 0x268128) is known color: Forest Green. HEX triplet: 26, 81 and 28. RGB value is (38,129,40). Sum of RGB (Red+Green+Blue) = 38+129+40=207 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.36% from 207); Green value is 129 (50.78% from 255 or 62.32% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 129 - color contains mainly: green. Hex color #268128 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268128 is #D97ED7. Grayscale: #5B5B5B. Windows color (decimal): -14253784 or 2654502. OLE color: 2654502.
HSL color Cylindrical-coordinate representation of color #268128: hue angle of 121.32º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #268128 is Cyan = 0.71, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 129 | 40 | - |
| CMYK | 0.71 | 0 | 0.69 | 0.49 |
| HSL | 121.32º | 0.54% | 0.33% | - |
| HSV(B) | 121.32º | 0.71% | 0.51% | - |
| XYZ | 9.03 | 16.27 | 4.67 | - |
| YUV | 91.65 | 98.85 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 129 | 40 | 0.71 | 0 | 0.69 | 0.49 | 121.32 | 0.54 | 0.33 |
| Hex | 26 | 81 | 28 | 47 | 0 | 45 | 31 | 79 | 36 | 21 |
| Octal | 46 | 201 | 50 | 107 | 0 | 105 | 61 | 171 | 66 | 41 |
| Binary | 100110 | 10000001 | 101000 | 1000111 | 0 | 1000101 | 110001 | 1111001 | 110110 | 100001 |
Color Harmonies of #268128
Complementary color
Monochromatic Colors of #268128
Black with #268128
Text Example
Text Example
White with #268128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268128; }
p { color: rgb(38,129,40); }
H1.HeaderClassName
{
color: #268128;
}
.AnyTagClassName
{
color: #268128;
}
</style>
background-color css
<style>
a { background-color: #268128; }
a { background-color: rgb(38,129,40); }
div.DivClassName
{
background-color: #268128;
}
.BgClassName
{
background-color: #268128;
}
</style>
border-color css
<style>
span { border-color: #268128; }
span { border-color: rgb(38,129,40); }
td.TdClassName
{
border-color: #268128;
}
.TagClassName
{
border-color: #268128;
}
</style>