Shades of Forest Green #268101
Tints of Forest Green #268101
RGB
CMYK
RGB Variations
Color information
#268101 (or 0x268101) is known color: Forest Green. HEX triplet: 26, 81 and 01. RGB value is (38,129,1). Sum of RGB (Red+Green+Blue) = 38+129+1=168 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.62% from 168); Green value is 129 (50.78% from 255 or 76.79% from 168); Blue value is 1 (0.78% from 255 or 0.60% from 168); Max value from RGB is 129 - color contains mainly: green. Hex color #268101 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #268101 is #D97EFE. Grayscale: #575757. Windows color (decimal): -14253823 or 98598. OLE color: 98598.
HSL color Cylindrical-coordinate representation of color #268101: hue angle of 102.66º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #268101 is Cyan = 0.71, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 129 | 1 | - |
| CMYK | 0.71 | 0 | 0.99 | 0.49 |
| HSL | 102.66º | 0.98% | 0.25% | - |
| HSV(B) | 102.66º | 0.99% | 0.51% | - |
| XYZ | 8.66 | 16.11 | 2.68 | - |
| YUV | 87.2 | 79.35 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 129 | 1 | 0.71 | 0 | 0.99 | 0.49 | 102.66 | 0.98 | 0.25 |
| Hex | 26 | 81 | 1 | 47 | 0 | 63 | 31 | 67 | 62 | 19 |
| Octal | 46 | 201 | 1 | 107 | 0 | 143 | 61 | 147 | 142 | 31 |
| Binary | 100110 | 10000001 | 1 | 1000111 | 0 | 1100011 | 110001 | 1100111 | 1100010 | 11001 |
Color Harmonies of #268101
Complementary color
Monochromatic Colors of #268101
Black with #268101
Text Example
Text Example
White with #268101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268101; }
p { color: rgb(38,129,1); }
H1.HeaderClassName
{
color: #268101;
}
.AnyTagClassName
{
color: #268101;
}
</style>
background-color css
<style>
a { background-color: #268101; }
a { background-color: rgb(38,129,1); }
div.DivClassName
{
background-color: #268101;
}
.BgClassName
{
background-color: #268101;
}
</style>
border-color css
<style>
span { border-color: #268101; }
span { border-color: rgb(38,129,1); }
td.TdClassName
{
border-color: #268101;
}
.TagClassName
{
border-color: #268101;
}
</style>