Shades of Forest Green #268405
Tints of Forest Green #268405
RGB
CMYK
RGB Variations
Color information
#268405 (or 0x268405) is known color: Forest Green. HEX triplet: 26, 84 and 05. RGB value is (38,132,5). Sum of RGB (Red+Green+Blue) = 38+132+5=175 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.71% from 175); Green value is 132 (51.95% from 255 or 75.43% from 175); Blue value is 5 (2.34% from 255 or 2.86% from 175); Max value from RGB is 132 - color contains mainly: green. Hex color #268405 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #268405 is #D97BFA. Grayscale: #595959. Windows color (decimal): -14253051 or 361510. OLE color: 361510.
HSL color Cylindrical-coordinate representation of color #268405: hue angle of 104.41º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #268405 is Cyan = 0.71, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 38 | 132 | 5 | - |
| CMYK | 0.71 | 0 | 0.96 | 0.48 |
| HSL | 104.41º | 0.93% | 0.27% | - |
| HSV(B) | 104.41º | 0.96% | 0.52% | - |
| XYZ | 9.08 | 16.93 | 2.93 | - |
| YUV | 89.42 | 80.36 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 132 | 5 | 0.71 | 0 | 0.96 | 0.48 | 104.41 | 0.93 | 0.27 |
| Hex | 26 | 84 | 5 | 47 | 0 | 60 | 30 | 68 | 5D | 1B |
| Octal | 46 | 204 | 5 | 107 | 0 | 140 | 60 | 150 | 135 | 33 |
| Binary | 100110 | 10000100 | 101 | 1000111 | 0 | 1100000 | 110000 | 1101000 | 1011101 | 11011 |
Color Harmonies of #268405
Complementary color
Monochromatic Colors of #268405
Black with #268405
Text Example
Text Example
White with #268405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268405; }
p { color: rgb(38,132,5); }
H1.HeaderClassName
{
color: #268405;
}
.AnyTagClassName
{
color: #268405;
}
</style>
background-color css
<style>
a { background-color: #268405; }
a { background-color: rgb(38,132,5); }
div.DivClassName
{
background-color: #268405;
}
.BgClassName
{
background-color: #268405;
}
</style>
border-color css
<style>
span { border-color: #268405; }
span { border-color: rgb(38,132,5); }
td.TdClassName
{
border-color: #268405;
}
.TagClassName
{
border-color: #268405;
}
</style>