Shades of Gable Green #2C3F3B
Tints of Gable Green #2C3F3B
RGB
CMYK
RGB Variations
Color information
#2C3F3B (or 0x2C3F3B) is known color: Gable Green. HEX triplet: 2C, 3F and 3B. RGB value is (44,63,59). Sum of RGB (Red+Green+Blue) = 44+63+59=166 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.51% from 166); Green value is 63 (25% from 255 or 37.95% from 166); Blue value is 59 (23.44% from 255 or 35.54% from 166); Max value from RGB is 63 - color contains mainly: green. Hex color #2C3F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3F3B is #D3C0C4. Grayscale: #383838. Windows color (decimal): -13877445 or 3882796. OLE color: 3882796.
HSL color Cylindrical-coordinate representation of color #2C3F3B: hue angle of 167.37º degrees, saturation: 0.18, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2C3F3B is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 44 | 63 | 59 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.75 |
| HSL | 167.37º | 0.18% | 0.21% | - |
| HSV(B) | 167.37º | 0.3% | 0.25% | - |
| XYZ | 3.61 | 4.41 | 4.8 | - |
| YUV | 56.86 | 129.21 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 63 | 59 | 0.30 | 0 | 0.06 | 0.75 | 167.37 | 0.18 | 0.21 |
| Hex | 2C | 3F | 3B | 1E | 0 | 6 | 4B | A7 | 12 | 15 |
| Octal | 54 | 77 | 73 | 36 | 0 | 6 | 113 | 247 | 22 | 25 |
| Binary | 101100 | 111111 | 111011 | 11110 | 0 | 110 | 1001011 | 10100111 | 10010 | 10101 |
Color Harmonies of #2C3F3B
Complementary color
Monochromatic Colors of #2C3F3B
Black with #2C3F3B
Text Example
Text Example
White with #2C3F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3F3B; }
p { color: rgb(44,63,59); }
H1.HeaderClassName
{
color: #2C3F3B;
}
.AnyTagClassName
{
color: #2C3F3B;
}
</style>
background-color css
<style>
a { background-color: #2C3F3B; }
a { background-color: rgb(44,63,59); }
div.DivClassName
{
background-color: #2C3F3B;
}
.BgClassName
{
background-color: #2C3F3B;
}
</style>
border-color css
<style>
span { border-color: #2C3F3B; }
span { border-color: rgb(44,63,59); }
td.TdClassName
{
border-color: #2C3F3B;
}
.TagClassName
{
border-color: #2C3F3B;
}
</style>