Shades of Timber Green #264B2A
Tints of Timber Green #264B2A
RGB
CMYK
RGB Variations
Color information
#264B2A (or 0x264B2A) is known color: Timber Green. HEX triplet: 26, 4B and 2A. RGB value is (38,75,42). Sum of RGB (Red+Green+Blue) = 38+75+42=155 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.52% from 155); Green value is 75 (29.69% from 255 or 48.39% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 75 - color contains mainly: green. Hex color #264B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264B2A is #D9B4D5. Grayscale: #3C3C3C. Windows color (decimal): -14267606 or 2771750. OLE color: 2771750.
HSL color Cylindrical-coordinate representation of color #264B2A: hue angle of 126.49º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #264B2A is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 75 | 42 | - |
| CMYK | 0.49 | 0 | 0.44 | 0.71 |
| HSL | 126.49º | 0.33% | 0.22% | - |
| HSV(B) | 126.49º | 0.49% | 0.29% | - |
| XYZ | 3.73 | 5.61 | 3.08 | - |
| YUV | 60.18 | 117.74 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 75 | 42 | 0.49 | 0 | 0.44 | 0.71 | 126.49 | 0.33 | 0.22 |
| Hex | 26 | 4B | 2A | 31 | 0 | 2C | 47 | 7E | 21 | 16 |
| Octal | 46 | 113 | 52 | 61 | 0 | 54 | 107 | 176 | 41 | 26 |
| Binary | 100110 | 1001011 | 101010 | 110001 | 0 | 101100 | 1000111 | 1111110 | 100001 | 10110 |
Color Harmonies of #264B2A
Complementary color
Monochromatic Colors of #264B2A
Black with #264B2A
Text Example
Text Example
White with #264B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264B2A; }
p { color: rgb(38,75,42); }
H1.HeaderClassName
{
color: #264B2A;
}
.AnyTagClassName
{
color: #264B2A;
}
</style>
background-color css
<style>
a { background-color: #264B2A; }
a { background-color: rgb(38,75,42); }
div.DivClassName
{
background-color: #264B2A;
}
.BgClassName
{
background-color: #264B2A;
}
</style>
border-color css
<style>
span { border-color: #264B2A; }
span { border-color: rgb(38,75,42); }
td.TdClassName
{
border-color: #264B2A;
}
.TagClassName
{
border-color: #264B2A;
}
</style>