Shades of Forest Green #268901
Tints of Forest Green #268901
RGB
CMYK
RGB Variations
Color information
#268901 (or 0x268901) is known color: Forest Green. HEX triplet: 26, 89 and 01. RGB value is (38,137,1). Sum of RGB (Red+Green+Blue) = 38+137+1=176 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.59% from 176); Green value is 137 (53.91% from 255 or 77.84% from 176); Blue value is 1 (0.78% from 255 or 0.57% from 176); Max value from RGB is 137 - color contains mainly: green. Hex color #268901 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #268901 is #D976FE. Grayscale: #5C5C5C. Windows color (decimal): -14251775 or 100646. OLE color: 100646.
HSL color Cylindrical-coordinate representation of color #268901: hue angle of 103.68º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #268901 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 137 | 1 | - |
| CMYK | 0.72 | 0 | 0.99 | 0.46 |
| HSL | 103.68º | 0.99% | 0.27% | - |
| HSV(B) | 103.68º | 0.99% | 0.54% | - |
| XYZ | 9.75 | 18.31 | 3.05 | - |
| YUV | 91.9 | 76.7 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 137 | 1 | 0.72 | 0 | 0.99 | 0.46 | 103.68 | 0.99 | 0.27 |
| Hex | 26 | 89 | 1 | 48 | 0 | 63 | 2E | 68 | 63 | 1B |
| Octal | 46 | 211 | 1 | 110 | 0 | 143 | 56 | 150 | 143 | 33 |
| Binary | 100110 | 10001001 | 1 | 1001000 | 0 | 1100011 | 101110 | 1101000 | 1100011 | 11011 |
Color Harmonies of #268901
Complementary color
Monochromatic Colors of #268901
Black with #268901
Text Example
Text Example
White with #268901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268901; }
p { color: rgb(38,137,1); }
H1.HeaderClassName
{
color: #268901;
}
.AnyTagClassName
{
color: #268901;
}
</style>
background-color css
<style>
a { background-color: #268901; }
a { background-color: rgb(38,137,1); }
div.DivClassName
{
background-color: #268901;
}
.BgClassName
{
background-color: #268901;
}
</style>
border-color css
<style>
span { border-color: #268901; }
span { border-color: rgb(38,137,1); }
td.TdClassName
{
border-color: #268901;
}
.TagClassName
{
border-color: #268901;
}
</style>