Shades of Gable Green #234946
Tints of Gable Green #234946
RGB
CMYK
RGB Variations
Color information
#234946 (or 0x234946) is known color: Gable Green. HEX triplet: 23, 49 and 46. RGB value is (35,73,70). Sum of RGB (Red+Green+Blue) = 35+73+70=178 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.66% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 70 (27.73% from 255 or 39.33% from 178); Max value from RGB is 73 - color contains mainly: green. Hex color #234946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234946 is #DCB6B9. Grayscale: #3D3D3D. Windows color (decimal): -14464698 or 4606243. OLE color: 4606243.
HSL color Cylindrical-coordinate representation of color #234946: hue angle of 175.26º 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 #234946 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 73 | 70 | - |
| CMYK | 0.52 | 0 | 0.04 | 0.71 |
| HSL | 175.26º | 0.35% | 0.21% | - |
| HSV(B) | 175.26º | 0.52% | 0.29% | - |
| XYZ | 4.18 | 5.56 | 6.65 | - |
| YUV | 61.3 | 132.91 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 73 | 70 | 0.52 | 0 | 0.04 | 0.71 | 175.26 | 0.35 | 0.21 |
| Hex | 23 | 49 | 46 | 34 | 0 | 4 | 47 | AF | 23 | 15 |
| Octal | 43 | 111 | 106 | 64 | 0 | 4 | 107 | 257 | 43 | 25 |
| Binary | 100011 | 1001001 | 1000110 | 110100 | 0 | 100 | 1000111 | 10101111 | 100011 | 10101 |
Color Harmonies of #234946
Complementary color
Monochromatic Colors of #234946
Black with #234946
Text Example
Text Example
White with #234946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234946; }
p { color: rgb(35,73,70); }
H1.HeaderClassName
{
color: #234946;
}
.AnyTagClassName
{
color: #234946;
}
</style>
background-color css
<style>
a { background-color: #234946; }
a { background-color: rgb(35,73,70); }
div.DivClassName
{
background-color: #234946;
}
.BgClassName
{
background-color: #234946;
}
</style>
border-color css
<style>
span { border-color: #234946; }
span { border-color: rgb(35,73,70); }
td.TdClassName
{
border-color: #234946;
}
.TagClassName
{
border-color: #234946;
}
</style>