Shades of Forest Green #268002
Tints of Forest Green #268002
RGB
CMYK
RGB Variations
Color information
#268002 (or 0x268002) is known color: Forest Green. HEX triplet: 26, 80 and 02. RGB value is (38,128,2). Sum of RGB (Red+Green+Blue) = 38+128+2=168 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.62% from 168); Green value is 128 (50.39% from 255 or 76.19% from 168); Blue value is 2 (1.17% from 255 or 1.19% from 168); Max value from RGB is 128 - color contains mainly: green. Hex color #268002 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #268002 is #D97FFD. Grayscale: #575757. Windows color (decimal): -14254078 or 163878. OLE color: 163878.
HSL color Cylindrical-coordinate representation of color #268002: hue angle of 102.86º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #268002 is Cyan = 0.70, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 128 | 2 | - |
| CMYK | 0.70 | 0 | 0.98 | 0.50 |
| HSL | 102.86º | 0.97% | 0.25% | - |
| HSV(B) | 102.86º | 0.98% | 0.5% | - |
| XYZ | 8.53 | 15.85 | 2.67 | - |
| YUV | 86.73 | 80.18 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 128 | 2 | 0.70 | 0 | 0.98 | 0.50 | 102.86 | 0.97 | 0.25 |
| Hex | 26 | 80 | 2 | 46 | 0 | 62 | 32 | 67 | 61 | 19 |
| Octal | 46 | 200 | 2 | 106 | 0 | 142 | 62 | 147 | 141 | 31 |
| Binary | 100110 | 10000000 | 10 | 1000110 | 0 | 1100010 | 110010 | 1100111 | 1100001 | 11001 |
Color Harmonies of #268002
Complementary color
Monochromatic Colors of #268002
Black with #268002
Text Example
Text Example
White with #268002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268002; }
p { color: rgb(38,128,2); }
H1.HeaderClassName
{
color: #268002;
}
.AnyTagClassName
{
color: #268002;
}
</style>
background-color css
<style>
a { background-color: #268002; }
a { background-color: rgb(38,128,2); }
div.DivClassName
{
background-color: #268002;
}
.BgClassName
{
background-color: #268002;
}
</style>
border-color css
<style>
span { border-color: #268002; }
span { border-color: rgb(38,128,2); }
td.TdClassName
{
border-color: #268002;
}
.TagClassName
{
border-color: #268002;
}
</style>