Shades of Forest Green #269B31
Tints of Forest Green #269B31
RGB
CMYK
RGB Variations
Color information
#269B31 (or 0x269B31) is known color: Forest Green. HEX triplet: 26, 9B and 31. RGB value is (38,155,49). Sum of RGB (Red+Green+Blue) = 38+155+49=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 155 (60.94% from 255 or 64.05% from 242); Blue value is 49 (19.53% from 255 or 20.25% from 242); Max value from RGB is 155 - color contains mainly: green. Hex color #269B31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269B31 is #D964CE. Grayscale: #6C6C6C. Windows color (decimal): -14247119 or 3250982. OLE color: 3250982.
HSL color Cylindrical-coordinate representation of color #269B31: hue angle of 125.64º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269B31 is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 155 | 49 | - |
| CMYK | 0.75 | 0 | 0.68 | 0.39 |
| HSL | 125.64º | 0.61% | 0.38% | - |
| HSV(B) | 125.64º | 0.75% | 0.61% | - |
| XYZ | 13.08 | 24.08 | 6.86 | - |
| YUV | 107.93 | 94.74 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 155 | 49 | 0.75 | 0 | 0.68 | 0.39 | 125.64 | 0.61 | 0.38 |
| Hex | 26 | 9B | 31 | 4B | 0 | 44 | 27 | 7E | 3D | 26 |
| Octal | 46 | 233 | 61 | 113 | 0 | 104 | 47 | 176 | 75 | 46 |
| Binary | 100110 | 10011011 | 110001 | 1001011 | 0 | 1000100 | 100111 | 1111110 | 111101 | 100110 |
Color Harmonies of #269B31
Complementary color
Monochromatic Colors of #269B31
Black with #269B31
Text Example
Text Example
White with #269B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269B31; }
p { color: rgb(38,155,49); }
H1.HeaderClassName
{
color: #269B31;
}
.AnyTagClassName
{
color: #269B31;
}
</style>
background-color css
<style>
a { background-color: #269B31; }
a { background-color: rgb(38,155,49); }
div.DivClassName
{
background-color: #269B31;
}
.BgClassName
{
background-color: #269B31;
}
</style>
border-color css
<style>
span { border-color: #269B31; }
span { border-color: rgb(38,155,49); }
td.TdClassName
{
border-color: #269B31;
}
.TagClassName
{
border-color: #269B31;
}
</style>