Shades of Gable Green #2E433D
Tints of Gable Green #2E433D
RGB
CMYK
RGB Variations
Color information
#2E433D (or 0x2E433D) is known color: Gable Green. HEX triplet: 2E, 43 and 3D. RGB value is (46,67,61). Sum of RGB (Red+Green+Blue) = 46+67+61=174 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.44% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 67 - color contains mainly: green. Hex color #2E433D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E433D is #D1BCC2. Grayscale: #3C3C3C. Windows color (decimal): -13745347 or 4014894. OLE color: 4014894.
HSL color Cylindrical-coordinate representation of color #2E433D: hue angle of 162.86º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2E433D is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 46 | 67 | 61 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.74 |
| HSL | 162.86º | 0.19% | 0.22% | - |
| HSV(B) | 162.86º | 0.31% | 0.26% | - |
| XYZ | 3.98 | 4.93 | 5.16 | - |
| YUV | 60.04 | 128.54 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 67 | 61 | 0.31 | 0 | 0.09 | 0.74 | 162.86 | 0.19 | 0.22 |
| Hex | 2E | 43 | 3D | 1F | 0 | 9 | 4A | A3 | 13 | 16 |
| Octal | 56 | 103 | 75 | 37 | 0 | 11 | 112 | 243 | 23 | 26 |
| Binary | 101110 | 1000011 | 111101 | 11111 | 0 | 1001 | 1001010 | 10100011 | 10011 | 10110 |
Color Harmonies of #2E433D
Complementary color
Monochromatic Colors of #2E433D
Black with #2E433D
Text Example
Text Example
White with #2E433D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E433D; }
p { color: rgb(46,67,61); }
H1.HeaderClassName
{
color: #2E433D;
}
.AnyTagClassName
{
color: #2E433D;
}
</style>
background-color css
<style>
a { background-color: #2E433D; }
a { background-color: rgb(46,67,61); }
div.DivClassName
{
background-color: #2E433D;
}
.BgClassName
{
background-color: #2E433D;
}
</style>
border-color css
<style>
span { border-color: #2E433D; }
span { border-color: rgb(46,67,61); }
td.TdClassName
{
border-color: #2E433D;
}
.TagClassName
{
border-color: #2E433D;
}
</style>