Shades of Forest Green #268204
Tints of Forest Green #268204
RGB
CMYK
RGB Variations
Color information
#268204 (or 0x268204) is known color: Forest Green. HEX triplet: 26, 82 and 04. RGB value is (38,130,4). Sum of RGB (Red+Green+Blue) = 38+130+4=172 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.09% from 172); Green value is 130 (51.17% from 255 or 75.58% from 172); Blue value is 4 (1.95% from 255 or 2.33% from 172); Max value from RGB is 130 - color contains mainly: green. Hex color #268204 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #268204 is #D97DFB. Grayscale: #585858. Windows color (decimal): -14253564 or 295462. OLE color: 295462.
HSL color Cylindrical-coordinate representation of color #268204: hue angle of 103.81º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #268204 is Cyan = 0.71, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 130 | 4 | - |
| CMYK | 0.71 | 0 | 0.97 | 0.49 |
| HSL | 103.81º | 0.94% | 0.26% | - |
| HSV(B) | 103.81º | 0.97% | 0.51% | - |
| XYZ | 8.8 | 16.39 | 2.81 | - |
| YUV | 88.13 | 80.52 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 130 | 4 | 0.71 | 0 | 0.97 | 0.49 | 103.81 | 0.94 | 0.26 |
| Hex | 26 | 82 | 4 | 47 | 0 | 61 | 31 | 68 | 5E | 1A |
| Octal | 46 | 202 | 4 | 107 | 0 | 141 | 61 | 150 | 136 | 32 |
| Binary | 100110 | 10000010 | 100 | 1000111 | 0 | 1100001 | 110001 | 1101000 | 1011110 | 11010 |
Color Harmonies of #268204
Complementary color
Monochromatic Colors of #268204
Black with #268204
Text Example
Text Example
White with #268204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268204; }
p { color: rgb(38,130,4); }
H1.HeaderClassName
{
color: #268204;
}
.AnyTagClassName
{
color: #268204;
}
</style>
background-color css
<style>
a { background-color: #268204; }
a { background-color: rgb(38,130,4); }
div.DivClassName
{
background-color: #268204;
}
.BgClassName
{
background-color: #268204;
}
</style>
border-color css
<style>
span { border-color: #268204; }
span { border-color: rgb(38,130,4); }
td.TdClassName
{
border-color: #268204;
}
.TagClassName
{
border-color: #268204;
}
</style>