Shades of Gable Green #2B3F3C
Tints of Gable Green #2B3F3C
RGB
CMYK
RGB Variations
Color information
#2B3F3C (or 0x2B3F3C) is known color: Gable Green. HEX triplet: 2B, 3F and 3C. RGB value is (43,63,60). Sum of RGB (Red+Green+Blue) = 43+63+60=166 (21% of max value = 765). Red value is 43 (17.19% from 255 or 25.90% from 166); Green value is 63 (25% from 255 or 37.95% from 166); Blue value is 60 (23.83% from 255 or 36.14% from 166); Max value from RGB is 63 - color contains mainly: green. Hex color #2B3F3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3F3C is #D4C0C3. Grayscale: #383838. Windows color (decimal): -13942980 or 3948331. OLE color: 3948331.
HSL color Cylindrical-coordinate representation of color #2B3F3C: hue angle of 171º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2B3F3C is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 63 | 60 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.75 |
| HSL | 171º | 0.19% | 0.21% | - |
| HSV(B) | 171º | 0.32% | 0.25% | - |
| XYZ | 3.59 | 4.39 | 4.93 | - |
| YUV | 56.68 | 129.87 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 63 | 60 | 0.32 | 0 | 0.05 | 0.75 | 171 | 0.19 | 0.21 |
| Hex | 2B | 3F | 3C | 20 | 0 | 5 | 4B | AB | 13 | 15 |
| Octal | 53 | 77 | 74 | 40 | 0 | 5 | 113 | 253 | 23 | 25 |
| Binary | 101011 | 111111 | 111100 | 100000 | 0 | 101 | 1001011 | 10101011 | 10011 | 10101 |
Color Harmonies of #2B3F3C
Complementary color
Monochromatic Colors of #2B3F3C
Black with #2B3F3C
Text Example
Text Example
White with #2B3F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3F3C; }
p { color: rgb(43,63,60); }
H1.HeaderClassName
{
color: #2B3F3C;
}
.AnyTagClassName
{
color: #2B3F3C;
}
</style>
background-color css
<style>
a { background-color: #2B3F3C; }
a { background-color: rgb(43,63,60); }
div.DivClassName
{
background-color: #2B3F3C;
}
.BgClassName
{
background-color: #2B3F3C;
}
</style>
border-color css
<style>
span { border-color: #2B3F3C; }
span { border-color: rgb(43,63,60); }
td.TdClassName
{
border-color: #2B3F3C;
}
.TagClassName
{
border-color: #2B3F3C;
}
</style>