Shades of Gable Green #234740
Tints of Gable Green #234740
RGB
CMYK
RGB Variations
Color information
#234740 (or 0x234740) is known color: Gable Green. HEX triplet: 23, 47 and 40. RGB value is (35,71,64). Sum of RGB (Red+Green+Blue) = 35+71+64=170 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.59% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 64 (25.39% from 255 or 37.65% from 170); Max value from RGB is 71 - color contains mainly: green. Hex color #234740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234740 is #DCB8BF. Grayscale: #3B3B3B. Windows color (decimal): -14465216 or 4212515. OLE color: 4212515.
HSL color Cylindrical-coordinate representation of color #234740: hue angle of 168.33º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #234740 is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 35 | 71 | 64 | - |
| CMYK | 0.51 | 0 | 0.10 | 0.72 |
| HSL | 168.33º | 0.34% | 0.21% | - |
| HSV(B) | 168.33º | 0.51% | 0.28% | - |
| XYZ | 3.87 | 5.23 | 5.66 | - |
| YUV | 59.44 | 130.57 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 71 | 64 | 0.51 | 0 | 0.10 | 0.72 | 168.33 | 0.34 | 0.21 |
| Hex | 23 | 47 | 40 | 33 | 0 | A | 48 | A8 | 22 | 15 |
| Octal | 43 | 107 | 100 | 63 | 0 | 12 | 110 | 250 | 42 | 25 |
| Binary | 100011 | 1000111 | 1000000 | 110011 | 0 | 1010 | 1001000 | 10101000 | 100010 | 10101 |
Color Harmonies of #234740
Complementary color
Monochromatic Colors of #234740
Black with #234740
Text Example
Text Example
White with #234740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234740; }
p { color: rgb(35,71,64); }
H1.HeaderClassName
{
color: #234740;
}
.AnyTagClassName
{
color: #234740;
}
</style>
background-color css
<style>
a { background-color: #234740; }
a { background-color: rgb(35,71,64); }
div.DivClassName
{
background-color: #234740;
}
.BgClassName
{
background-color: #234740;
}
</style>
border-color css
<style>
span { border-color: #234740; }
span { border-color: rgb(35,71,64); }
td.TdClassName
{
border-color: #234740;
}
.TagClassName
{
border-color: #234740;
}
</style>