Shades of Gable Green #2E403D
Tints of Gable Green #2E403D
RGB
CMYK
RGB Variations
Color information
#2E403D (or 0x2E403D) is known color: Gable Green. HEX triplet: 2E, 40 and 3D. RGB value is (46,64,61). Sum of RGB (Red+Green+Blue) = 46+64+61=171 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.90% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 64 - color contains mainly: green. Hex color #2E403D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E403D is #D1BFC2. Grayscale: #3A3A3A. Windows color (decimal): -13746115 or 4014126. OLE color: 4014126.
HSL color Cylindrical-coordinate representation of color #2E403D: hue angle of 170º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2E403D is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
RGB | 46 | 64 | 61 | - |
CMYK | 0.28 | 0 | 0.05 | 0.75 |
HSL | 170º | 0.16% | 0.22% | - |
HSV(B) | 170º | 0.28% | 0.25% | - |
XYZ | 3.8 | 4.58 | 5.1 | - |
YUV | 58.28 | 129.54 | 119.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 64 | 61 | 0.28 | 0 | 0.05 | 0.75 | 170 | 0.16 | 0.22 |
Hex | 2E | 40 | 3D | 1C | 0 | 5 | 4B | AA | 10 | 16 |
Octal | 56 | 100 | 75 | 34 | 0 | 5 | 113 | 252 | 20 | 26 |
Binary | 101110 | 1000000 | 111101 | 11100 | 0 | 101 | 1001011 | 10101010 | 10000 | 10110 |
Color Harmonies of #2E403D
Complementary color
Monochromatic Colors of #2E403D
Black with #2E403D
Text Example
Text Example
White with #2E403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E403D; }
p { color: rgb(46,64,61); }
H1.HeaderClassName
{
color: #2E403D;
}
.AnyTagClassName
{
color: #2E403D;
}
</style>
background-color css
<style>
a { background-color: #2E403D; }
a { background-color: rgb(46,64,61); }
div.DivClassName
{
background-color: #2E403D;
}
.BgClassName
{
background-color: #2E403D;
}
</style>
border-color css
<style>
span { border-color: #2E403D; }
span { border-color: rgb(46,64,61); }
td.TdClassName
{
border-color: #2E403D;
}
.TagClassName
{
border-color: #2E403D;
}
</style>