Shades of Forest Green #26993B
Tints of Forest Green #26993B
RGB
CMYK
RGB Variations
Color information
#26993B (or 0x26993B) is known color: Forest Green. HEX triplet: 26, 99 and 3B. RGB value is (38,153,59). Sum of RGB (Red+Green+Blue) = 38+153+59=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 153 (60.16% from 255 or 61.2% from 250); Blue value is 59 (23.44% from 255 or 23.6% from 250); Max value from RGB is 153 - color contains mainly: green. Hex color #26993B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26993B is #D966C4. Grayscale: #6C6C6C. Windows color (decimal): -14247621 or 3905830. OLE color: 3905830.
HSL color Cylindrical-coordinate representation of color #26993B: hue angle of 130.96º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26993B is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 38 | 153 | 59 | - |
| CMYK | 0.75 | 0 | 0.61 | 0.4 |
| HSL | 130.96º | 0.6% | 0.37% | - |
| HSV(B) | 130.96º | 0.75% | 0.6% | - |
| XYZ | 12.98 | 23.51 | 7.99 | - |
| YUV | 107.9 | 100.4 | 78.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 153 | 59 | 0.75 | 0 | 0.61 | 0.4 | 130.96 | 0.6 | 0.37 |
| Hex | 26 | 99 | 3B | 4B | 0 | 3D | 28 | 83 | 3C | 25 |
| Octal | 46 | 231 | 73 | 113 | 0 | 75 | 50 | 203 | 74 | 45 |
| Binary | 100110 | 10011001 | 111011 | 1001011 | 0 | 111101 | 101000 | 10000011 | 111100 | 100101 |
Color Harmonies of #26993B
Complementary color
Monochromatic Colors of #26993B
Black with #26993B
Text Example
Text Example
White with #26993B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26993B; }
p { color: rgb(38,153,59); }
H1.HeaderClassName
{
color: #26993B;
}
.AnyTagClassName
{
color: #26993B;
}
</style>
background-color css
<style>
a { background-color: #26993B; }
a { background-color: rgb(38,153,59); }
div.DivClassName
{
background-color: #26993B;
}
.BgClassName
{
background-color: #26993B;
}
</style>
border-color css
<style>
span { border-color: #26993B; }
span { border-color: rgb(38,153,59); }
td.TdClassName
{
border-color: #26993B;
}
.TagClassName
{
border-color: #26993B;
}
</style>