Shades of Forest Green #267B13
Tints of Forest Green #267B13
RGB
CMYK
RGB Variations
Color information
#267B13 (or 0x267B13) is known color: Forest Green. HEX triplet: 26, 7B and 13. RGB value is (38,123,19). Sum of RGB (Red+Green+Blue) = 38+123+19=180 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.11% from 180); Green value is 123 (48.44% from 255 or 68.33% from 180); Blue value is 19 (7.81% from 255 or 10.56% from 180); Max value from RGB is 123 - color contains mainly: green. Hex color #267B13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #267B13 is #D984EC. Grayscale: #565656. Windows color (decimal): -14255341 or 1276710. OLE color: 1276710.
HSL color Cylindrical-coordinate representation of color #267B13: hue angle of 109.04º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #267B13 is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 38 | 123 | 19 | - |
| CMYK | 0.69 | 0 | 0.85 | 0.52 |
| HSL | 109.04º | 0.73% | 0.28% | - |
| HSV(B) | 109.04º | 0.85% | 0.48% | - |
| XYZ | 8 | 14.63 | 3.02 | - |
| YUV | 85.73 | 90.34 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 123 | 19 | 0.69 | 0 | 0.85 | 0.52 | 109.04 | 0.73 | 0.28 |
| Hex | 26 | 7B | 13 | 45 | 0 | 55 | 34 | 6D | 49 | 1C |
| Octal | 46 | 173 | 23 | 105 | 0 | 125 | 64 | 155 | 111 | 34 |
| Binary | 100110 | 1111011 | 10011 | 1000101 | 0 | 1010101 | 110100 | 1101101 | 1001001 | 11100 |
Color Harmonies of #267B13
Complementary color
Monochromatic Colors of #267B13
Black with #267B13
Text Example
Text Example
White with #267B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267B13; }
p { color: rgb(38,123,19); }
H1.HeaderClassName
{
color: #267B13;
}
.AnyTagClassName
{
color: #267B13;
}
</style>
background-color css
<style>
a { background-color: #267B13; }
a { background-color: rgb(38,123,19); }
div.DivClassName
{
background-color: #267B13;
}
.BgClassName
{
background-color: #267B13;
}
</style>
border-color css
<style>
span { border-color: #267B13; }
span { border-color: rgb(38,123,19); }
td.TdClassName
{
border-color: #267B13;
}
.TagClassName
{
border-color: #267B13;
}
</style>