Shades of Gable Green #234C48
Tints of Gable Green #234C48
RGB
CMYK
RGB Variations
Color information
#234C48 (or 0x234C48) is known color: Gable Green. HEX triplet: 23, 4C and 48. RGB value is (35,76,72). Sum of RGB (Red+Green+Blue) = 35+76+72=183 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.13% from 183); Green value is 76 (30.08% from 255 or 41.53% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 76 - color contains mainly: green. Hex color #234C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234C48 is #DCB3B7. Grayscale: #3F3F3F. Windows color (decimal): -14463928 or 4738083. OLE color: 4738083.
HSL color Cylindrical-coordinate representation of color #234C48: hue angle of 174.15º 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 #234C48 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 76 | 72 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.70 |
| HSL | 174.15º | 0.37% | 0.22% | - |
| HSV(B) | 174.15º | 0.54% | 0.3% | - |
| XYZ | 4.45 | 5.99 | 7.05 | - |
| YUV | 63.29 | 132.92 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 76 | 72 | 0.54 | 0 | 0.05 | 0.70 | 174.15 | 0.37 | 0.22 |
| Hex | 23 | 4C | 48 | 36 | 0 | 5 | 46 | AE | 25 | 16 |
| Octal | 43 | 114 | 110 | 66 | 0 | 5 | 106 | 256 | 45 | 26 |
| Binary | 100011 | 1001100 | 1001000 | 110110 | 0 | 101 | 1000110 | 10101110 | 100101 | 10110 |
Color Harmonies of #234C48
Complementary color
Monochromatic Colors of #234C48
Black with #234C48
Text Example
Text Example
White with #234C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234C48; }
p { color: rgb(35,76,72); }
H1.HeaderClassName
{
color: #234C48;
}
.AnyTagClassName
{
color: #234C48;
}
</style>
background-color css
<style>
a { background-color: #234C48; }
a { background-color: rgb(35,76,72); }
div.DivClassName
{
background-color: #234C48;
}
.BgClassName
{
background-color: #234C48;
}
</style>
border-color css
<style>
span { border-color: #234C48; }
span { border-color: rgb(35,76,72); }
td.TdClassName
{
border-color: #234C48;
}
.TagClassName
{
border-color: #234C48;
}
</style>