Shades of Forest Green #269A3A
Tints of Forest Green #269A3A
RGB
CMYK
RGB Variations
Color information
#269A3A (or 0x269A3A) is known color: Forest Green. HEX triplet: 26, 9A and 3A. RGB value is (38,154,58). Sum of RGB (Red+Green+Blue) = 38+154+58=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 154 (60.55% from 255 or 61.6% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 154 - color contains mainly: green. Hex color #269A3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269A3A is #D965C5. Grayscale: #6C6C6C. Windows color (decimal): -14247366 or 3840550. OLE color: 3840550.
HSL color Cylindrical-coordinate representation of color #269A3A: hue angle of 130.34º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269A3A is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 154 | 58 | - |
| CMYK | 0.75 | 0 | 0.62 | 0.40 |
| HSL | 130.34º | 0.6% | 0.38% | - |
| HSV(B) | 130.34º | 0.75% | 0.6% | - |
| XYZ | 13.12 | 23.83 | 7.91 | - |
| YUV | 108.37 | 99.57 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 154 | 58 | 0.75 | 0 | 0.62 | 0.40 | 130.34 | 0.6 | 0.38 |
| Hex | 26 | 9A | 3A | 4B | 0 | 3E | 28 | 82 | 3C | 26 |
| Octal | 46 | 232 | 72 | 113 | 0 | 76 | 50 | 202 | 74 | 46 |
| Binary | 100110 | 10011010 | 111010 | 1001011 | 0 | 111110 | 101000 | 10000010 | 111100 | 100110 |
Color Harmonies of #269A3A
Complementary color
Monochromatic Colors of #269A3A
Black with #269A3A
Text Example
Text Example
White with #269A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269A3A; }
p { color: rgb(38,154,58); }
H1.HeaderClassName
{
color: #269A3A;
}
.AnyTagClassName
{
color: #269A3A;
}
</style>
background-color css
<style>
a { background-color: #269A3A; }
a { background-color: rgb(38,154,58); }
div.DivClassName
{
background-color: #269A3A;
}
.BgClassName
{
background-color: #269A3A;
}
</style>
border-color css
<style>
span { border-color: #269A3A; }
span { border-color: rgb(38,154,58); }
td.TdClassName
{
border-color: #269A3A;
}
.TagClassName
{
border-color: #269A3A;
}
</style>