Shades of Forest Green #268201
Tints of Forest Green #268201
RGB
CMYK
RGB Variations
Color information
#268201 (or 0x268201) is known color: Forest Green. HEX triplet: 26, 82 and 01. RGB value is (38,130,1). Sum of RGB (Red+Green+Blue) = 38+130+1=169 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.49% from 169); Green value is 130 (51.17% from 255 or 76.92% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 130 - color contains mainly: green. Hex color #268201 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #268201 is #D97DFE. Grayscale: #585858. Windows color (decimal): -14253567 or 98854. OLE color: 98854.
HSL color Cylindrical-coordinate representation of color #268201: hue angle of 102.79º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #268201 is Cyan = 0.71, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 130 | 1 | - |
| CMYK | 0.71 | 0 | 0.99 | 0.49 |
| HSL | 102.79º | 0.98% | 0.26% | - |
| HSV(B) | 102.79º | 0.99% | 0.51% | - |
| XYZ | 8.79 | 16.38 | 2.73 | - |
| YUV | 87.79 | 79.02 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 130 | 1 | 0.71 | 0 | 0.99 | 0.49 | 102.79 | 0.98 | 0.26 |
| Hex | 26 | 82 | 1 | 47 | 0 | 63 | 31 | 67 | 62 | 1A |
| Octal | 46 | 202 | 1 | 107 | 0 | 143 | 61 | 147 | 142 | 32 |
| Binary | 100110 | 10000010 | 1 | 1000111 | 0 | 1100011 | 110001 | 1100111 | 1100010 | 11010 |
Color Harmonies of #268201
Complementary color
Monochromatic Colors of #268201
Black with #268201
Text Example
Text Example
White with #268201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268201; }
p { color: rgb(38,130,1); }
H1.HeaderClassName
{
color: #268201;
}
.AnyTagClassName
{
color: #268201;
}
</style>
background-color css
<style>
a { background-color: #268201; }
a { background-color: rgb(38,130,1); }
div.DivClassName
{
background-color: #268201;
}
.BgClassName
{
background-color: #268201;
}
</style>
border-color css
<style>
span { border-color: #268201; }
span { border-color: rgb(38,130,1); }
td.TdClassName
{
border-color: #268201;
}
.TagClassName
{
border-color: #268201;
}
</style>