Shades of Forest Green #268425
Tints of Forest Green #268425
RGB
CMYK
RGB Variations
Color information
#268425 (or 0x268425) is known color: Forest Green. HEX triplet: 26, 84 and 25. RGB value is (38,132,37). Sum of RGB (Red+Green+Blue) = 38+132+37=207 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.36% from 207); Green value is 132 (51.95% from 255 or 63.77% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 132 - color contains mainly: green. Hex color #268425 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268425 is #D97BDA. Grayscale: #5D5D5D. Windows color (decimal): -14253019 or 2458662. OLE color: 2458662.
HSL color Cylindrical-coordinate representation of color #268425: hue angle of 119.37º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268425 is Cyan = 0.71, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 38 | 132 | 37 | - |
| CMYK | 0.71 | 0 | 0.72 | 0.48 |
| HSL | 119.37º | 0.56% | 0.33% | - |
| HSV(B) | 119.37º | 0.72% | 0.52% | - |
| XYZ | 9.38 | 17.05 | 4.55 | - |
| YUV | 93.06 | 96.36 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 132 | 37 | 0.71 | 0 | 0.72 | 0.48 | 119.37 | 0.56 | 0.33 |
| Hex | 26 | 84 | 25 | 47 | 0 | 48 | 30 | 77 | 38 | 21 |
| Octal | 46 | 204 | 45 | 107 | 0 | 110 | 60 | 167 | 70 | 41 |
| Binary | 100110 | 10000100 | 100101 | 1000111 | 0 | 1001000 | 110000 | 1110111 | 111000 | 100001 |
Color Harmonies of #268425
Complementary color
Monochromatic Colors of #268425
Black with #268425
Text Example
Text Example
White with #268425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268425; }
p { color: rgb(38,132,37); }
H1.HeaderClassName
{
color: #268425;
}
.AnyTagClassName
{
color: #268425;
}
</style>
background-color css
<style>
a { background-color: #268425; }
a { background-color: rgb(38,132,37); }
div.DivClassName
{
background-color: #268425;
}
.BgClassName
{
background-color: #268425;
}
</style>
border-color css
<style>
span { border-color: #268425; }
span { border-color: rgb(38,132,37); }
td.TdClassName
{
border-color: #268425;
}
.TagClassName
{
border-color: #268425;
}
</style>