Shades of Forest Green #269123
Tints of Forest Green #269123
RGB
CMYK
RGB Variations
Color information
#269123 (or 0x269123) is known color: Forest Green. HEX triplet: 26, 91 and 23. RGB value is (38,145,35). Sum of RGB (Red+Green+Blue) = 38+145+35=218 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.43% from 218); Green value is 145 (57.03% from 255 or 66.51% from 218); Blue value is 35 (14.06% from 255 or 16.06% from 218); Max value from RGB is 145 - color contains mainly: green. Hex color #269123 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269123 is #D96EDC. Grayscale: #646464. Windows color (decimal): -14249693 or 2330918. OLE color: 2330918.
HSL color Cylindrical-coordinate representation of color #269123: hue angle of 118.36º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #269123 is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 145 | 35 | - |
| CMYK | 0.74 | 0 | 0.76 | 0.43 |
| HSL | 118.36º | 0.61% | 0.35% | - |
| HSV(B) | 118.36º | 0.76% | 0.57% | - |
| XYZ | 11.23 | 20.78 | 5.01 | - |
| YUV | 100.47 | 91.05 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 145 | 35 | 0.74 | 0 | 0.76 | 0.43 | 118.36 | 0.61 | 0.35 |
| Hex | 26 | 91 | 23 | 4A | 0 | 4C | 2B | 76 | 3D | 23 |
| Octal | 46 | 221 | 43 | 112 | 0 | 114 | 53 | 166 | 75 | 43 |
| Binary | 100110 | 10010001 | 100011 | 1001010 | 0 | 1001100 | 101011 | 1110110 | 111101 | 100011 |
Color Harmonies of #269123
Complementary color
Monochromatic Colors of #269123
Black with #269123
Text Example
Text Example
White with #269123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269123; }
p { color: rgb(38,145,35); }
H1.HeaderClassName
{
color: #269123;
}
.AnyTagClassName
{
color: #269123;
}
</style>
background-color css
<style>
a { background-color: #269123; }
a { background-color: rgb(38,145,35); }
div.DivClassName
{
background-color: #269123;
}
.BgClassName
{
background-color: #269123;
}
</style>
border-color css
<style>
span { border-color: #269123; }
span { border-color: rgb(38,145,35); }
td.TdClassName
{
border-color: #269123;
}
.TagClassName
{
border-color: #269123;
}
</style>