Shades of Forest Green #267D01
Tints of Forest Green #267D01
RGB
CMYK
RGB Variations
Color information
#267D01 (or 0x267D01) is known color: Forest Green. HEX triplet: 26, 7D and 01. RGB value is (38,125,1). Sum of RGB (Red+Green+Blue) = 38+125+1=164 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.17% from 164); Green value is 125 (49.22% from 255 or 76.22% from 164); Blue value is 1 (0.78% from 255 or 0.61% from 164); Max value from RGB is 125 - color contains mainly: green. Hex color #267D01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #267D01 is #D982FE. Grayscale: #555555. Windows color (decimal): -14254847 or 97574. OLE color: 97574.
HSL color Cylindrical-coordinate representation of color #267D01: hue angle of 102.1º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #267D01 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 125 | 1 | - |
| CMYK | 0.70 | 0 | 0.99 | 0.51 |
| HSL | 102.1º | 0.98% | 0.25% | - |
| HSV(B) | 102.1º | 0.99% | 0.49% | - |
| XYZ | 8.14 | 15.08 | 2.51 | - |
| YUV | 84.85 | 80.68 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 125 | 1 | 0.70 | 0 | 0.99 | 0.51 | 102.1 | 0.98 | 0.25 |
| Hex | 26 | 7D | 1 | 46 | 0 | 63 | 33 | 66 | 62 | 19 |
| Octal | 46 | 175 | 1 | 106 | 0 | 143 | 63 | 146 | 142 | 31 |
| Binary | 100110 | 1111101 | 1 | 1000110 | 0 | 1100011 | 110011 | 1100110 | 1100010 | 11001 |
Color Harmonies of #267D01
Complementary color
Monochromatic Colors of #267D01
Black with #267D01
Text Example
Text Example
White with #267D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267D01; }
p { color: rgb(38,125,1); }
H1.HeaderClassName
{
color: #267D01;
}
.AnyTagClassName
{
color: #267D01;
}
</style>
background-color css
<style>
a { background-color: #267D01; }
a { background-color: rgb(38,125,1); }
div.DivClassName
{
background-color: #267D01;
}
.BgClassName
{
background-color: #267D01;
}
</style>
border-color css
<style>
span { border-color: #267D01; }
span { border-color: rgb(38,125,1); }
td.TdClassName
{
border-color: #267D01;
}
.TagClassName
{
border-color: #267D01;
}
</style>