Shades of Gable Green #2B4A44
Tints of Gable Green #2B4A44
RGB
CMYK
RGB Variations
Color information
#2B4A44 (or 0x2B4A44) is known color: Gable Green. HEX triplet: 2B, 4A and 44. RGB value is (43,74,68). Sum of RGB (Red+Green+Blue) = 43+74+68=185 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.24% from 185); Green value is 74 (29.30% from 255 or 40% from 185); Blue value is 68 (26.95% from 255 or 36.76% from 185); Max value from RGB is 74 - color contains mainly: green. Hex color #2B4A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4A44 is #D4B5BB. Grayscale: #404040. Windows color (decimal): -13940156 or 4475435. OLE color: 4475435.
HSL color Cylindrical-coordinate representation of color #2B4A44: hue angle of 168.39º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2B4A44 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 74 | 68 | - |
| CMYK | 0.42 | 0 | 0.08 | 0.71 |
| HSL | 168.39º | 0.26% | 0.23% | - |
| HSV(B) | 168.39º | 0.42% | 0.29% | - |
| XYZ | 4.49 | 5.83 | 6.36 | - |
| YUV | 64.05 | 130.23 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 74 | 68 | 0.42 | 0 | 0.08 | 0.71 | 168.39 | 0.26 | 0.23 |
| Hex | 2B | 4A | 44 | 2A | 0 | 8 | 47 | A8 | 1A | 17 |
| Octal | 53 | 112 | 104 | 52 | 0 | 10 | 107 | 250 | 32 | 27 |
| Binary | 101011 | 1001010 | 1000100 | 101010 | 0 | 1000 | 1000111 | 10101000 | 11010 | 10111 |
Color Harmonies of #2B4A44
Complementary color
Monochromatic Colors of #2B4A44
Black with #2B4A44
Text Example
Text Example
White with #2B4A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4A44; }
p { color: rgb(43,74,68); }
H1.HeaderClassName
{
color: #2B4A44;
}
.AnyTagClassName
{
color: #2B4A44;
}
</style>
background-color css
<style>
a { background-color: #2B4A44; }
a { background-color: rgb(43,74,68); }
div.DivClassName
{
background-color: #2B4A44;
}
.BgClassName
{
background-color: #2B4A44;
}
</style>
border-color css
<style>
span { border-color: #2B4A44; }
span { border-color: rgb(43,74,68); }
td.TdClassName
{
border-color: #2B4A44;
}
.TagClassName
{
border-color: #2B4A44;
}
</style>