Shades of Gable Green #234C47
Tints of Gable Green #234C47
RGB
CMYK
RGB Variations
Color information
#234C47 (or 0x234C47) is known color: Gable Green. HEX triplet: 23, 4C and 47. RGB value is (35,76,71). Sum of RGB (Red+Green+Blue) = 35+76+71=182 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.23% from 182); Green value is 76 (30.08% from 255 or 41.76% from 182); Blue value is 71 (28.12% from 255 or 39.01% from 182); Max value from RGB is 76 - color contains mainly: green. Hex color #234C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234C47 is #DCB3B8. Grayscale: #3F3F3F. Windows color (decimal): -14463929 or 4672547. OLE color: 4672547.
HSL color Cylindrical-coordinate representation of color #234C47: hue angle of 172.68º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #234C47 is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 76 | 71 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.70 |
| HSL | 172.68º | 0.37% | 0.22% | - |
| HSV(B) | 172.68º | 0.54% | 0.3% | - |
| XYZ | 4.41 | 5.98 | 6.88 | - |
| YUV | 63.17 | 132.42 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 76 | 71 | 0.54 | 0 | 0.07 | 0.70 | 172.68 | 0.37 | 0.22 |
| Hex | 23 | 4C | 47 | 36 | 0 | 7 | 46 | AD | 25 | 16 |
| Octal | 43 | 114 | 107 | 66 | 0 | 7 | 106 | 255 | 45 | 26 |
| Binary | 100011 | 1001100 | 1000111 | 110110 | 0 | 111 | 1000110 | 10101101 | 100101 | 10110 |
Color Harmonies of #234C47
Complementary color
Monochromatic Colors of #234C47
Black with #234C47
Text Example
Text Example
White with #234C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234C47; }
p { color: rgb(35,76,71); }
H1.HeaderClassName
{
color: #234C47;
}
.AnyTagClassName
{
color: #234C47;
}
</style>
background-color css
<style>
a { background-color: #234C47; }
a { background-color: rgb(35,76,71); }
div.DivClassName
{
background-color: #234C47;
}
.BgClassName
{
background-color: #234C47;
}
</style>
border-color css
<style>
span { border-color: #234C47; }
span { border-color: rgb(35,76,71); }
td.TdClassName
{
border-color: #234C47;
}
.TagClassName
{
border-color: #234C47;
}
</style>