Shades of Gable Green #234541
Tints of Gable Green #234541
RGB
CMYK
RGB Variations
Color information
#234541 (or 0x234541) is known color: Gable Green. HEX triplet: 23, 45 and 41. RGB value is (35,69,65). Sum of RGB (Red+Green+Blue) = 35+69+65=169 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.71% from 169); Green value is 69 (27.34% from 255 or 40.83% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 69 - color contains mainly: green. Hex color #234541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234541 is #DCBABE. Grayscale: #3A3A3A. Windows color (decimal): -14465727 or 4277539. OLE color: 4277539.
HSL color Cylindrical-coordinate representation of color #234541: hue angle of 172.94º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #234541 is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 35 | 69 | 65 | - |
| CMYK | 0.49 | 0 | 0.06 | 0.73 |
| HSL | 172.94º | 0.33% | 0.2% | - |
| HSV(B) | 172.94º | 0.49% | 0.27% | - |
| XYZ | 3.78 | 5 | 5.77 | - |
| YUV | 58.38 | 131.74 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 69 | 65 | 0.49 | 0 | 0.06 | 0.73 | 172.94 | 0.33 | 0.2 |
| Hex | 23 | 45 | 41 | 31 | 0 | 6 | 49 | AD | 21 | 14 |
| Octal | 43 | 105 | 101 | 61 | 0 | 6 | 111 | 255 | 41 | 24 |
| Binary | 100011 | 1000101 | 1000001 | 110001 | 0 | 110 | 1001001 | 10101101 | 100001 | 10100 |
Color Harmonies of #234541
Complementary color
Monochromatic Colors of #234541
Black with #234541
Text Example
Text Example
White with #234541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234541; }
p { color: rgb(35,69,65); }
H1.HeaderClassName
{
color: #234541;
}
.AnyTagClassName
{
color: #234541;
}
</style>
background-color css
<style>
a { background-color: #234541; }
a { background-color: rgb(35,69,65); }
div.DivClassName
{
background-color: #234541;
}
.BgClassName
{
background-color: #234541;
}
</style>
border-color css
<style>
span { border-color: #234541; }
span { border-color: rgb(35,69,65); }
td.TdClassName
{
border-color: #234541;
}
.TagClassName
{
border-color: #234541;
}
</style>