Shades of Gable Green #234441
Tints of Gable Green #234441
RGB
CMYK
RGB Variations
Color information
#234441 (or 0x234441) is known color: Gable Green. HEX triplet: 23, 44 and 41. RGB value is (35,68,65). Sum of RGB (Red+Green+Blue) = 35+68+65=168 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.83% from 168); Green value is 68 (26.95% from 255 or 40.48% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 68 - color contains mainly: green. Hex color #234441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234441 is #DCBBBE. Grayscale: #393939. Windows color (decimal): -14465983 or 4277283. OLE color: 4277283.
HSL color Cylindrical-coordinate representation of color #234441: hue angle of 174.55º degrees, saturation: 0.32, 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 #234441 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 35 | 68 | 65 | - |
| CMYK | 0.49 | 0 | 0.04 | 0.73 |
| HSL | 174.55º | 0.32% | 0.2% | - |
| HSV(B) | 174.55º | 0.49% | 0.27% | - |
| XYZ | 3.71 | 4.87 | 5.75 | - |
| YUV | 57.79 | 132.07 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 68 | 65 | 0.49 | 0 | 0.04 | 0.73 | 174.55 | 0.32 | 0.2 |
| Hex | 23 | 44 | 41 | 31 | 0 | 4 | 49 | AF | 20 | 14 |
| Octal | 43 | 104 | 101 | 61 | 0 | 4 | 111 | 257 | 40 | 24 |
| Binary | 100011 | 1000100 | 1000001 | 110001 | 0 | 100 | 1001001 | 10101111 | 100000 | 10100 |
Color Harmonies of #234441
Complementary color
Monochromatic Colors of #234441
Black with #234441
Text Example
Text Example
White with #234441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234441; }
p { color: rgb(35,68,65); }
H1.HeaderClassName
{
color: #234441;
}
.AnyTagClassName
{
color: #234441;
}
</style>
background-color css
<style>
a { background-color: #234441; }
a { background-color: rgb(35,68,65); }
div.DivClassName
{
background-color: #234441;
}
.BgClassName
{
background-color: #234441;
}
</style>
border-color css
<style>
span { border-color: #234441; }
span { border-color: rgb(35,68,65); }
td.TdClassName
{
border-color: #234441;
}
.TagClassName
{
border-color: #234441;
}
</style>