Shades of Gable Green #2C423F
Tints of Gable Green #2C423F
RGB
CMYK
RGB Variations
Color information
#2C423F (or 0x2C423F) is known color: Gable Green. HEX triplet: 2C, 42 and 3F. RGB value is (44,66,63). Sum of RGB (Red+Green+Blue) = 44+66+63=173 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.43% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 66 - color contains mainly: green. Hex color #2C423F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C423F is #D3BDC0. Grayscale: #3B3B3B. Windows color (decimal): -13876673 or 4145708. OLE color: 4145708.
HSL color Cylindrical-coordinate representation of color #2C423F: hue angle of 171.82º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2C423F is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 44 | 66 | 63 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.74 |
| HSL | 171.82º | 0.2% | 0.22% | - |
| HSV(B) | 171.82º | 0.33% | 0.26% | - |
| XYZ | 3.88 | 4.79 | 5.42 | - |
| YUV | 59.08 | 130.21 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 66 | 63 | 0.33 | 0 | 0.05 | 0.74 | 171.82 | 0.2 | 0.22 |
| Hex | 2C | 42 | 3F | 21 | 0 | 5 | 4A | AC | 14 | 16 |
| Octal | 54 | 102 | 77 | 41 | 0 | 5 | 112 | 254 | 24 | 26 |
| Binary | 101100 | 1000010 | 111111 | 100001 | 0 | 101 | 1001010 | 10101100 | 10100 | 10110 |
Color Harmonies of #2C423F
Complementary color
Monochromatic Colors of #2C423F
Black with #2C423F
Text Example
Text Example
White with #2C423F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C423F; }
p { color: rgb(44,66,63); }
H1.HeaderClassName
{
color: #2C423F;
}
.AnyTagClassName
{
color: #2C423F;
}
</style>
background-color css
<style>
a { background-color: #2C423F; }
a { background-color: rgb(44,66,63); }
div.DivClassName
{
background-color: #2C423F;
}
.BgClassName
{
background-color: #2C423F;
}
</style>
border-color css
<style>
span { border-color: #2C423F; }
span { border-color: rgb(44,66,63); }
td.TdClassName
{
border-color: #2C423F;
}
.TagClassName
{
border-color: #2C423F;
}
</style>