Shades of Forest Green #268A2D
Tints of Forest Green #268A2D
RGB
CMYK
RGB Variations
Color information
#268A2D (or 0x268A2D) is known color: Forest Green. HEX triplet: 26, 8A and 2D. RGB value is (38,138,45). Sum of RGB (Red+Green+Blue) = 38+138+45=221 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.19% from 221); Green value is 138 (54.30% from 255 or 62.44% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 138 - color contains mainly: green. Hex color #268A2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268A2D is #D975D2. Grayscale: #616161. Windows color (decimal): -14251475 or 2984486. OLE color: 2984486.
HSL color Cylindrical-coordinate representation of color #268A2D: hue angle of 124.2º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268A2D is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 138 | 45 | - |
| CMYK | 0.72 | 0 | 0.67 | 0.46 |
| HSL | 124.2º | 0.57% | 0.35% | - |
| HSV(B) | 124.2º | 0.72% | 0.54% | - |
| XYZ | 10.36 | 18.78 | 5.56 | - |
| YUV | 97.5 | 98.37 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 138 | 45 | 0.72 | 0 | 0.67 | 0.46 | 124.2 | 0.57 | 0.35 |
| Hex | 26 | 8A | 2D | 48 | 0 | 43 | 2E | 7C | 39 | 23 |
| Octal | 46 | 212 | 55 | 110 | 0 | 103 | 56 | 174 | 71 | 43 |
| Binary | 100110 | 10001010 | 101101 | 1001000 | 0 | 1000011 | 101110 | 1111100 | 111001 | 100011 |
Color Harmonies of #268A2D
Complementary color
Monochromatic Colors of #268A2D
Black with #268A2D
Text Example
Text Example
White with #268A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268A2D; }
p { color: rgb(38,138,45); }
H1.HeaderClassName
{
color: #268A2D;
}
.AnyTagClassName
{
color: #268A2D;
}
</style>
background-color css
<style>
a { background-color: #268A2D; }
a { background-color: rgb(38,138,45); }
div.DivClassName
{
background-color: #268A2D;
}
.BgClassName
{
background-color: #268A2D;
}
</style>
border-color css
<style>
span { border-color: #268A2D; }
span { border-color: rgb(38,138,45); }
td.TdClassName
{
border-color: #268A2D;
}
.TagClassName
{
border-color: #268A2D;
}
</style>