Shades of Gable Green #234940
Tints of Gable Green #234940
RGB
CMYK
RGB Variations
Color information
#234940 (or 0x234940) is known color: Gable Green. HEX triplet: 23, 49 and 40. RGB value is (35,73,64). Sum of RGB (Red+Green+Blue) = 35+73+64=172 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.35% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 73 - color contains mainly: green. Hex color #234940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234940 is #DCB6BF. Grayscale: #3C3C3C. Windows color (decimal): -14464704 or 4213027. OLE color: 4213027.
HSL color Cylindrical-coordinate representation of color #234940: hue angle of 165.79º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #234940 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 73 | 64 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.71 |
| HSL | 165.79º | 0.35% | 0.21% | - |
| HSV(B) | 165.79º | 0.52% | 0.29% | - |
| XYZ | 4 | 5.49 | 5.7 | - |
| YUV | 60.61 | 129.91 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 73 | 64 | 0.52 | 0 | 0.12 | 0.71 | 165.79 | 0.35 | 0.21 |
| Hex | 23 | 49 | 40 | 34 | 0 | C | 47 | A6 | 23 | 15 |
| Octal | 43 | 111 | 100 | 64 | 0 | 14 | 107 | 246 | 43 | 25 |
| Binary | 100011 | 1001001 | 1000000 | 110100 | 0 | 1100 | 1000111 | 10100110 | 100011 | 10101 |
Color Harmonies of #234940
Complementary color
Monochromatic Colors of #234940
Black with #234940
Text Example
Text Example
White with #234940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234940; }
p { color: rgb(35,73,64); }
H1.HeaderClassName
{
color: #234940;
}
.AnyTagClassName
{
color: #234940;
}
</style>
background-color css
<style>
a { background-color: #234940; }
a { background-color: rgb(35,73,64); }
div.DivClassName
{
background-color: #234940;
}
.BgClassName
{
background-color: #234940;
}
</style>
border-color css
<style>
span { border-color: #234940; }
span { border-color: rgb(35,73,64); }
td.TdClassName
{
border-color: #234940;
}
.TagClassName
{
border-color: #234940;
}
</style>