Shades of Forest Green #267C04
Tints of Forest Green #267C04
RGB
CMYK
RGB Variations
Color information
#267C04 (or 0x267C04) is known color: Forest Green. HEX triplet: 26, 7C and 04. RGB value is (38,124,4). Sum of RGB (Red+Green+Blue) = 38+124+4=166 (21% of max value = 765). Red value is 38 (15.23% from 255 or 22.89% from 166); Green value is 124 (48.83% from 255 or 74.70% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 124 - color contains mainly: green. Hex color #267C04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #267C04 is #D983FB. Grayscale: #555555. Windows color (decimal): -14255100 or 293926. OLE color: 293926.
HSL color Cylindrical-coordinate representation of color #267C04: hue angle of 103º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #267C04 is Cyan = 0.69, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 124 | 4 | - |
| CMYK | 0.69 | 0 | 0.97 | 0.51 |
| HSL | 103º | 0.94% | 0.25% | - |
| HSV(B) | 103º | 0.97% | 0.49% | - |
| XYZ | 8.03 | 14.84 | 2.56 | - |
| YUV | 84.61 | 82.51 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 124 | 4 | 0.69 | 0 | 0.97 | 0.51 | 103 | 0.94 | 0.25 |
| Hex | 26 | 7C | 4 | 45 | 0 | 61 | 33 | 67 | 5E | 19 |
| Octal | 46 | 174 | 4 | 105 | 0 | 141 | 63 | 147 | 136 | 31 |
| Binary | 100110 | 1111100 | 100 | 1000101 | 0 | 1100001 | 110011 | 1100111 | 1011110 | 11001 |
Color Harmonies of #267C04
Complementary color
Monochromatic Colors of #267C04
Black with #267C04
Text Example
Text Example
White with #267C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267C04; }
p { color: rgb(38,124,4); }
H1.HeaderClassName
{
color: #267C04;
}
.AnyTagClassName
{
color: #267C04;
}
</style>
background-color css
<style>
a { background-color: #267C04; }
a { background-color: rgb(38,124,4); }
div.DivClassName
{
background-color: #267C04;
}
.BgClassName
{
background-color: #267C04;
}
</style>
border-color css
<style>
span { border-color: #267C04; }
span { border-color: rgb(38,124,4); }
td.TdClassName
{
border-color: #267C04;
}
.TagClassName
{
border-color: #267C04;
}
</style>