Shades of Forest Green #268129
Tints of Forest Green #268129
RGB
CMYK
RGB Variations
Color information
#268129 (or 0x268129) is known color: Forest Green. HEX triplet: 26, 81 and 29. RGB value is (38,129,41). Sum of RGB (Red+Green+Blue) = 38+129+41=208 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.27% from 208); Green value is 129 (50.78% from 255 or 62.02% from 208); Blue value is 41 (16.41% from 255 or 19.71% from 208); Max value from RGB is 129 - color contains mainly: green. Hex color #268129 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268129 is #D97ED6. Grayscale: #5C5C5C. Windows color (decimal): -14253783 or 2720038. OLE color: 2720038.
HSL color Cylindrical-coordinate representation of color #268129: hue angle of 121.98º 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 #268129 is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 129 | 41 | - |
| CMYK | 0.71 | 0 | 0.68 | 0.49 |
| HSL | 121.98º | 0.54% | 0.33% | - |
| HSV(B) | 121.98º | 0.71% | 0.51% | - |
| XYZ | 9.05 | 16.27 | 4.76 | - |
| YUV | 91.76 | 99.35 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 129 | 41 | 0.71 | 0 | 0.68 | 0.49 | 121.98 | 0.54 | 0.33 |
| Hex | 26 | 81 | 29 | 47 | 0 | 44 | 31 | 7A | 36 | 21 |
| Octal | 46 | 201 | 51 | 107 | 0 | 104 | 61 | 172 | 66 | 41 |
| Binary | 100110 | 10000001 | 101001 | 1000111 | 0 | 1000100 | 110001 | 1111010 | 110110 | 100001 |
Color Harmonies of #268129
Complementary color
Monochromatic Colors of #268129
Black with #268129
Text Example
Text Example
White with #268129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268129; }
p { color: rgb(38,129,41); }
H1.HeaderClassName
{
color: #268129;
}
.AnyTagClassName
{
color: #268129;
}
</style>
background-color css
<style>
a { background-color: #268129; }
a { background-color: rgb(38,129,41); }
div.DivClassName
{
background-color: #268129;
}
.BgClassName
{
background-color: #268129;
}
</style>
border-color css
<style>
span { border-color: #268129; }
span { border-color: rgb(38,129,41); }
td.TdClassName
{
border-color: #268129;
}
.TagClassName
{
border-color: #268129;
}
</style>