Shades of Forest Green #267E02
Tints of Forest Green #267E02
RGB
CMYK
RGB Variations
Color information
#267E02 (or 0x267E02) is known color: Forest Green. HEX triplet: 26, 7E and 02. RGB value is (38,126,2). Sum of RGB (Red+Green+Blue) = 38+126+2=166 (21% of max value = 765). Red value is 38 (15.23% from 255 or 22.89% from 166); Green value is 126 (49.61% from 255 or 75.90% from 166); Blue value is 2 (1.17% from 255 or 1.20% from 166); Max value from RGB is 126 - color contains mainly: green. Hex color #267E02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #267E02 is #D981FD. Grayscale: #555555. Windows color (decimal): -14254590 or 163366. OLE color: 163366.
HSL color Cylindrical-coordinate representation of color #267E02: hue angle of 102.58º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #267E02 is Cyan = 0.70, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 126 | 2 | - |
| CMYK | 0.70 | 0 | 0.98 | 0.51 |
| HSL | 102.58º | 0.97% | 0.25% | - |
| HSV(B) | 102.58º | 0.98% | 0.49% | - |
| XYZ | 8.27 | 15.34 | 2.58 | - |
| YUV | 85.55 | 80.85 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 126 | 2 | 0.70 | 0 | 0.98 | 0.51 | 102.58 | 0.97 | 0.25 |
| Hex | 26 | 7E | 2 | 46 | 0 | 62 | 33 | 67 | 61 | 19 |
| Octal | 46 | 176 | 2 | 106 | 0 | 142 | 63 | 147 | 141 | 31 |
| Binary | 100110 | 1111110 | 10 | 1000110 | 0 | 1100010 | 110011 | 1100111 | 1100001 | 11001 |
Color Harmonies of #267E02
Complementary color
Monochromatic Colors of #267E02
Black with #267E02
Text Example
Text Example
White with #267E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267E02; }
p { color: rgb(38,126,2); }
H1.HeaderClassName
{
color: #267E02;
}
.AnyTagClassName
{
color: #267E02;
}
</style>
background-color css
<style>
a { background-color: #267E02; }
a { background-color: rgb(38,126,2); }
div.DivClassName
{
background-color: #267E02;
}
.BgClassName
{
background-color: #267E02;
}
</style>
border-color css
<style>
span { border-color: #267E02; }
span { border-color: rgb(38,126,2); }
td.TdClassName
{
border-color: #267E02;
}
.TagClassName
{
border-color: #267E02;
}
</style>