Shades of Forest Green #268029
Tints of Forest Green #268029
RGB
CMYK
RGB Variations
Color information
#268029 (or 0x268029) is known color: Forest Green. HEX triplet: 26, 80 and 29. RGB value is (38,128,41). Sum of RGB (Red+Green+Blue) = 38+128+41=207 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.36% from 207); Green value is 128 (50.39% from 255 or 61.84% from 207); Blue value is 41 (16.41% from 255 or 19.81% from 207); Max value from RGB is 128 - color contains mainly: green. Hex color #268029 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268029 is #D97FD6. Grayscale: #5B5B5B. Windows color (decimal): -14254039 or 2719782. OLE color: 2719782.
HSL color Cylindrical-coordinate representation of color #268029: hue angle of 122º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #268029 is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 128 | 41 | - |
| CMYK | 0.70 | 0 | 0.68 | 0.50 |
| HSL | 122º | 0.54% | 0.33% | - |
| HSV(B) | 122º | 0.7% | 0.5% | - |
| XYZ | 8.92 | 16.01 | 4.72 | - |
| YUV | 91.17 | 99.68 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 128 | 41 | 0.70 | 0 | 0.68 | 0.50 | 122 | 0.54 | 0.33 |
| Hex | 26 | 80 | 29 | 46 | 0 | 44 | 32 | 7A | 36 | 21 |
| Octal | 46 | 200 | 51 | 106 | 0 | 104 | 62 | 172 | 66 | 41 |
| Binary | 100110 | 10000000 | 101001 | 1000110 | 0 | 1000100 | 110010 | 1111010 | 110110 | 100001 |
Color Harmonies of #268029
Complementary color
Monochromatic Colors of #268029
Black with #268029
Text Example
Text Example
White with #268029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268029; }
p { color: rgb(38,128,41); }
H1.HeaderClassName
{
color: #268029;
}
.AnyTagClassName
{
color: #268029;
}
</style>
background-color css
<style>
a { background-color: #268029; }
a { background-color: rgb(38,128,41); }
div.DivClassName
{
background-color: #268029;
}
.BgClassName
{
background-color: #268029;
}
</style>
border-color css
<style>
span { border-color: #268029; }
span { border-color: rgb(38,128,41); }
td.TdClassName
{
border-color: #268029;
}
.TagClassName
{
border-color: #268029;
}
</style>