Shades of Gable Green #2B433E
Tints of Gable Green #2B433E
RGB
CMYK
RGB Variations
Color information
#2B433E (or 0x2B433E) is known color: Gable Green. HEX triplet: 2B, 43 and 3E. RGB value is (43,67,62). Sum of RGB (Red+Green+Blue) = 43+67+62=172 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25% from 172); Green value is 67 (26.56% from 255 or 38.95% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 67 - color contains mainly: green. Hex color #2B433E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B433E is #D4BCC1. Grayscale: #3B3B3B. Windows color (decimal): -13941954 or 4080427. OLE color: 4080427.
HSL color Cylindrical-coordinate representation of color #2B433E: hue angle of 167.5º degrees, saturation: 0.22, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2B433E is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 43 | 67 | 62 | - |
| CMYK | 0.36 | 0 | 0.07 | 0.74 |
| HSL | 167.5º | 0.22% | 0.22% | - |
| HSV(B) | 167.5º | 0.36% | 0.26% | - |
| XYZ | 3.87 | 4.88 | 5.29 | - |
| YUV | 59.25 | 129.55 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 67 | 62 | 0.36 | 0 | 0.07 | 0.74 | 167.5 | 0.22 | 0.22 |
| Hex | 2B | 43 | 3E | 24 | 0 | 7 | 4A | A8 | 16 | 16 |
| Octal | 53 | 103 | 76 | 44 | 0 | 7 | 112 | 250 | 26 | 26 |
| Binary | 101011 | 1000011 | 111110 | 100100 | 0 | 111 | 1001010 | 10101000 | 10110 | 10110 |
Color Harmonies of #2B433E
Complementary color
Monochromatic Colors of #2B433E
Black with #2B433E
Text Example
Text Example
White with #2B433E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B433E; }
p { color: rgb(43,67,62); }
H1.HeaderClassName
{
color: #2B433E;
}
.AnyTagClassName
{
color: #2B433E;
}
</style>
background-color css
<style>
a { background-color: #2B433E; }
a { background-color: rgb(43,67,62); }
div.DivClassName
{
background-color: #2B433E;
}
.BgClassName
{
background-color: #2B433E;
}
</style>
border-color css
<style>
span { border-color: #2B433E; }
span { border-color: rgb(43,67,62); }
td.TdClassName
{
border-color: #2B433E;
}
.TagClassName
{
border-color: #2B433E;
}
</style>