Shades of Forest Green #26852A
Tints of Forest Green #26852A
RGB
CMYK
RGB Variations
Color information
#26852A (or 0x26852A) is known color: Forest Green. HEX triplet: 26, 85 and 2A. RGB value is (38,133,42). Sum of RGB (Red+Green+Blue) = 38+133+42=213 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.84% from 213); Green value is 133 (52.34% from 255 or 62.44% from 213); Blue value is 42 (16.80% from 255 or 19.72% from 213); Max value from RGB is 133 - color contains mainly: green. Hex color #26852A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26852A is #D97AD5. Grayscale: #5E5E5E. Windows color (decimal): -14252758 or 2786598. OLE color: 2786598.
HSL color Cylindrical-coordinate representation of color #26852A: hue angle of 122.53º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #26852A is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 38 | 133 | 42 | - |
| CMYK | 0.71 | 0 | 0.68 | 0.48 |
| HSL | 122.53º | 0.56% | 0.34% | - |
| HSV(B) | 122.53º | 0.71% | 0.52% | - |
| XYZ | 9.6 | 17.35 | 5.03 | - |
| YUV | 94.22 | 98.53 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 133 | 42 | 0.71 | 0 | 0.68 | 0.48 | 122.53 | 0.56 | 0.34 |
| Hex | 26 | 85 | 2A | 47 | 0 | 44 | 30 | 7B | 38 | 22 |
| Octal | 46 | 205 | 52 | 107 | 0 | 104 | 60 | 173 | 70 | 42 |
| Binary | 100110 | 10000101 | 101010 | 1000111 | 0 | 1000100 | 110000 | 1111011 | 111000 | 100010 |
Color Harmonies of #26852A
Complementary color
Monochromatic Colors of #26852A
Black with #26852A
Text Example
Text Example
White with #26852A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26852A; }
p { color: rgb(38,133,42); }
H1.HeaderClassName
{
color: #26852A;
}
.AnyTagClassName
{
color: #26852A;
}
</style>
background-color css
<style>
a { background-color: #26852A; }
a { background-color: rgb(38,133,42); }
div.DivClassName
{
background-color: #26852A;
}
.BgClassName
{
background-color: #26852A;
}
</style>
border-color css
<style>
span { border-color: #26852A; }
span { border-color: rgb(38,133,42); }
td.TdClassName
{
border-color: #26852A;
}
.TagClassName
{
border-color: #26852A;
}
</style>