Shades of Forest Green #267B01
Tints of Forest Green #267B01
RGB
CMYK
RGB Variations
Color information
#267B01 (or 0x267B01) is known color: Forest Green. HEX triplet: 26, 7B and 01. RGB value is (38,123,1). Sum of RGB (Red+Green+Blue) = 38+123+1=162 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.46% from 162); Green value is 123 (48.44% from 255 or 75.93% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 123 - color contains mainly: green. Hex color #267B01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #267B01 is #D984FE. Grayscale: #545454. Windows color (decimal): -14255359 or 97062. OLE color: 97062.
HSL color Cylindrical-coordinate representation of color #267B01: hue angle of 101.8º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #267B01 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 38 | 123 | 1 | - |
| CMYK | 0.69 | 0 | 0.99 | 0.52 |
| HSL | 101.8º | 0.98% | 0.24% | - |
| HSV(B) | 101.8º | 0.99% | 0.48% | - |
| XYZ | 7.89 | 14.58 | 2.43 | - |
| YUV | 83.68 | 81.34 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 123 | 1 | 0.69 | 0 | 0.99 | 0.52 | 101.8 | 0.98 | 0.24 |
| Hex | 26 | 7B | 1 | 45 | 0 | 63 | 34 | 66 | 62 | 18 |
| Octal | 46 | 173 | 1 | 105 | 0 | 143 | 64 | 146 | 142 | 30 |
| Binary | 100110 | 1111011 | 1 | 1000101 | 0 | 1100011 | 110100 | 1100110 | 1100010 | 11000 |
Color Harmonies of #267B01
Complementary color
Monochromatic Colors of #267B01
Black with #267B01
Text Example
Text Example
White with #267B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267B01; }
p { color: rgb(38,123,1); }
H1.HeaderClassName
{
color: #267B01;
}
.AnyTagClassName
{
color: #267B01;
}
</style>
background-color css
<style>
a { background-color: #267B01; }
a { background-color: rgb(38,123,1); }
div.DivClassName
{
background-color: #267B01;
}
.BgClassName
{
background-color: #267B01;
}
</style>
border-color css
<style>
span { border-color: #267B01; }
span { border-color: rgb(38,123,1); }
td.TdClassName
{
border-color: #267B01;
}
.TagClassName
{
border-color: #267B01;
}
</style>