Shades of Forest Green #267A1B
Tints of Forest Green #267A1B
RGB
CMYK
RGB Variations
Color information
#267A1B (or 0x267A1B) is known color: Forest Green. HEX triplet: 26, 7A and 1B. RGB value is (38,122,27). Sum of RGB (Red+Green+Blue) = 38+122+27=187 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.32% from 187); Green value is 122 (48.05% from 255 or 65.24% from 187); Blue value is 27 (10.94% from 255 or 14.44% from 187); Max value from RGB is 122 - color contains mainly: green. Hex color #267A1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267A1B is #D985E4. Grayscale: #565656. Windows color (decimal): -14255589 or 1800742. OLE color: 1800742.
HSL color Cylindrical-coordinate representation of color #267A1B: hue angle of 113.05º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #267A1B is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 38 | 122 | 27 | - |
| CMYK | 0.69 | 0 | 0.78 | 0.52 |
| HSL | 113.05º | 0.64% | 0.29% | - |
| HSV(B) | 113.05º | 0.78% | 0.48% | - |
| XYZ | 7.96 | 14.41 | 3.4 | - |
| YUV | 86.05 | 94.67 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 122 | 27 | 0.69 | 0 | 0.78 | 0.52 | 113.05 | 0.64 | 0.29 |
| Hex | 26 | 7A | 1B | 45 | 0 | 4E | 34 | 71 | 40 | 1D |
| Octal | 46 | 172 | 33 | 105 | 0 | 116 | 64 | 161 | 100 | 35 |
| Binary | 100110 | 1111010 | 11011 | 1000101 | 0 | 1001110 | 110100 | 1110001 | 1000000 | 11101 |
Color Harmonies of #267A1B
Complementary color
Monochromatic Colors of #267A1B
Black with #267A1B
Text Example
Text Example
White with #267A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267A1B; }
p { color: rgb(38,122,27); }
H1.HeaderClassName
{
color: #267A1B;
}
.AnyTagClassName
{
color: #267A1B;
}
</style>
background-color css
<style>
a { background-color: #267A1B; }
a { background-color: rgb(38,122,27); }
div.DivClassName
{
background-color: #267A1B;
}
.BgClassName
{
background-color: #267A1B;
}
</style>
border-color css
<style>
span { border-color: #267A1B; }
span { border-color: rgb(38,122,27); }
td.TdClassName
{
border-color: #267A1B;
}
.TagClassName
{
border-color: #267A1B;
}
</style>