Shades of Forest Green #269B2F
Tints of Forest Green #269B2F
RGB
CMYK
RGB Variations
Color information
#269B2F (or 0x269B2F) is known color: Forest Green. HEX triplet: 26, 9B and 2F. RGB value is (38,155,47). Sum of RGB (Red+Green+Blue) = 38+155+47=240 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.83% from 240); Green value is 155 (60.94% from 255 or 64.58% from 240); Blue value is 47 (18.75% from 255 or 19.58% from 240); Max value from RGB is 155 - color contains mainly: green. Hex color #269B2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269B2F is #D964D0. Grayscale: #6C6C6C. Windows color (decimal): -14247121 or 3119910. OLE color: 3119910.
HSL color Cylindrical-coordinate representation of color #269B2F: hue angle of 124.62º 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 #269B2F is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 155 | 47 | - |
| CMYK | 0.75 | 0 | 0.70 | 0.39 |
| HSL | 124.62º | 0.61% | 0.38% | - |
| HSV(B) | 124.62º | 0.75% | 0.61% | - |
| XYZ | 13.03 | 24.06 | 6.65 | - |
| YUV | 107.71 | 93.74 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 155 | 47 | 0.75 | 0 | 0.70 | 0.39 | 124.62 | 0.61 | 0.38 |
| Hex | 26 | 9B | 2F | 4B | 0 | 46 | 27 | 7D | 3D | 26 |
| Octal | 46 | 233 | 57 | 113 | 0 | 106 | 47 | 175 | 75 | 46 |
| Binary | 100110 | 10011011 | 101111 | 1001011 | 0 | 1000110 | 100111 | 1111101 | 111101 | 100110 |
Color Harmonies of #269B2F
Complementary color
Monochromatic Colors of #269B2F
Black with #269B2F
Text Example
Text Example
White with #269B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269B2F; }
p { color: rgb(38,155,47); }
H1.HeaderClassName
{
color: #269B2F;
}
.AnyTagClassName
{
color: #269B2F;
}
</style>
background-color css
<style>
a { background-color: #269B2F; }
a { background-color: rgb(38,155,47); }
div.DivClassName
{
background-color: #269B2F;
}
.BgClassName
{
background-color: #269B2F;
}
</style>
border-color css
<style>
span { border-color: #269B2F; }
span { border-color: rgb(38,155,47); }
td.TdClassName
{
border-color: #269B2F;
}
.TagClassName
{
border-color: #269B2F;
}
</style>