Shades of Gable Green #234A42
Tints of Gable Green #234A42
RGB
CMYK
RGB Variations
Color information
#234A42 (or 0x234A42) is known color: Gable Green. HEX triplet: 23, 4A and 42. RGB value is (35,74,66). Sum of RGB (Red+Green+Blue) = 35+74+66=175 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20% from 175); Green value is 74 (29.30% from 255 or 42.29% from 175); Blue value is 66 (26.17% from 255 or 37.71% from 175); Max value from RGB is 74 - color contains mainly: green. Hex color #234A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234A42 is #DCB5BD. Grayscale: #3D3D3D. Windows color (decimal): -14464446 or 4344355. OLE color: 4344355.
HSL color Cylindrical-coordinate representation of color #234A42: hue angle of 167.69º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #234A42 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 74 | 66 | - |
| CMYK | 0.53 | 0 | 0.11 | 0.71 |
| HSL | 167.69º | 0.36% | 0.21% | - |
| HSV(B) | 167.69º | 0.53% | 0.29% | - |
| XYZ | 4.13 | 5.65 | 6.03 | - |
| YUV | 61.43 | 130.58 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 74 | 66 | 0.53 | 0 | 0.11 | 0.71 | 167.69 | 0.36 | 0.21 |
| Hex | 23 | 4A | 42 | 35 | 0 | B | 47 | A8 | 24 | 15 |
| Octal | 43 | 112 | 102 | 65 | 0 | 13 | 107 | 250 | 44 | 25 |
| Binary | 100011 | 1001010 | 1000010 | 110101 | 0 | 1011 | 1000111 | 10101000 | 100100 | 10101 |
Color Harmonies of #234A42
Complementary color
Monochromatic Colors of #234A42
Black with #234A42
Text Example
Text Example
White with #234A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234A42; }
p { color: rgb(35,74,66); }
H1.HeaderClassName
{
color: #234A42;
}
.AnyTagClassName
{
color: #234A42;
}
</style>
background-color css
<style>
a { background-color: #234A42; }
a { background-color: rgb(35,74,66); }
div.DivClassName
{
background-color: #234A42;
}
.BgClassName
{
background-color: #234A42;
}
</style>
border-color css
<style>
span { border-color: #234A42; }
span { border-color: rgb(35,74,66); }
td.TdClassName
{
border-color: #234A42;
}
.TagClassName
{
border-color: #234A42;
}
</style>