Shades of Forest Green #26882F
Tints of Forest Green #26882F
RGB
CMYK
RGB Variations
Color information
#26882F (or 0x26882F) is known color: Forest Green. HEX triplet: 26, 88 and 2F. RGB value is (38,136,47). Sum of RGB (Red+Green+Blue) = 38+136+47=221 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.19% from 221); Green value is 136 (53.52% from 255 or 61.54% from 221); Blue value is 47 (18.75% from 255 or 21.27% from 221); Max value from RGB is 136 - color contains mainly: green. Hex color #26882F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26882F is #D977D0. Grayscale: #606060. Windows color (decimal): -14251985 or 3115046. OLE color: 3115046.
HSL color Cylindrical-coordinate representation of color #26882F: hue angle of 125.51º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #26882F is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 136 | 47 | - |
| CMYK | 0.72 | 0 | 0.65 | 0.47 |
| HSL | 125.51º | 0.56% | 0.34% | - |
| HSV(B) | 125.51º | 0.72% | 0.53% | - |
| XYZ | 10.12 | 18.23 | 5.67 | - |
| YUV | 96.55 | 100.03 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 136 | 47 | 0.72 | 0 | 0.65 | 0.47 | 125.51 | 0.56 | 0.34 |
| Hex | 26 | 88 | 2F | 48 | 0 | 41 | 2F | 7E | 38 | 22 |
| Octal | 46 | 210 | 57 | 110 | 0 | 101 | 57 | 176 | 70 | 42 |
| Binary | 100110 | 10001000 | 101111 | 1001000 | 0 | 1000001 | 101111 | 1111110 | 111000 | 100010 |
Color Harmonies of #26882F
Complementary color
Monochromatic Colors of #26882F
Black with #26882F
Text Example
Text Example
White with #26882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26882F; }
p { color: rgb(38,136,47); }
H1.HeaderClassName
{
color: #26882F;
}
.AnyTagClassName
{
color: #26882F;
}
</style>
background-color css
<style>
a { background-color: #26882F; }
a { background-color: rgb(38,136,47); }
div.DivClassName
{
background-color: #26882F;
}
.BgClassName
{
background-color: #26882F;
}
</style>
border-color css
<style>
span { border-color: #26882F; }
span { border-color: rgb(38,136,47); }
td.TdClassName
{
border-color: #26882F;
}
.TagClassName
{
border-color: #26882F;
}
</style>