Shades of Burnham #293E38
Tints of Burnham #293E38
RGB
CMYK
RGB Variations
Color information
#293E38 (or 0x293E38) is known color: Burnham. HEX triplet: 29, 3E and 38. RGB value is (41,62,56). Sum of RGB (Red+Green+Blue) = 41+62+56=159 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.79% from 159); Green value is 62 (24.61% from 255 or 38.99% from 159); Blue value is 56 (22.27% from 255 or 35.22% from 159); Max value from RGB is 62 - color contains mainly: green. Hex color #293E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293E38 is #D6C1C7. Grayscale: #373737. Windows color (decimal): -14074312 or 3685929. OLE color: 3685929.
HSL color Cylindrical-coordinate representation of color #293E38: hue angle of 162.86º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #293E38 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 41 | 62 | 56 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.76 |
| HSL | 162.86º | 0.2% | 0.2% | - |
| HSV(B) | 162.86º | 0.34% | 0.24% | - |
| XYZ | 3.35 | 4.2 | 4.38 | - |
| YUV | 55.04 | 128.54 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 62 | 56 | 0.34 | 0 | 0.10 | 0.76 | 162.86 | 0.2 | 0.2 |
| Hex | 29 | 3E | 38 | 22 | 0 | A | 4C | A3 | 14 | 14 |
| Octal | 51 | 76 | 70 | 42 | 0 | 12 | 114 | 243 | 24 | 24 |
| Binary | 101001 | 111110 | 111000 | 100010 | 0 | 1010 | 1001100 | 10100011 | 10100 | 10100 |
Color Harmonies of #293E38
Complementary color
Monochromatic Colors of #293E38
Black with #293E38
Text Example
Text Example
White with #293E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293E38; }
p { color: rgb(41,62,56); }
H1.HeaderClassName
{
color: #293E38;
}
.AnyTagClassName
{
color: #293E38;
}
</style>
background-color css
<style>
a { background-color: #293E38; }
a { background-color: rgb(41,62,56); }
div.DivClassName
{
background-color: #293E38;
}
.BgClassName
{
background-color: #293E38;
}
</style>
border-color css
<style>
span { border-color: #293E38; }
span { border-color: rgb(41,62,56); }
td.TdClassName
{
border-color: #293E38;
}
.TagClassName
{
border-color: #293E38;
}
</style>