Shades of Gable Green #264742
Tints of Gable Green #264742
RGB
CMYK
RGB Variations
Color information
#264742 (or 0x264742) is known color: Gable Green. HEX triplet: 26, 47 and 42. RGB value is (38,71,66). Sum of RGB (Red+Green+Blue) = 38+71+66=175 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.71% from 175); Green value is 71 (28.12% from 255 or 40.57% from 175); Blue value is 66 (26.17% from 255 or 37.71% from 175); Max value from RGB is 71 - color contains mainly: green. Hex color #264742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264742 is #D9B8BD. Grayscale: #3C3C3C. Windows color (decimal): -14268606 or 4343590. OLE color: 4343590.
HSL color Cylindrical-coordinate representation of color #264742: hue angle of 170.91º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #264742 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 38 | 71 | 66 | - |
| CMYK | 0.46 | 0 | 0.07 | 0.72 |
| HSL | 170.91º | 0.3% | 0.21% | - |
| HSV(B) | 170.91º | 0.46% | 0.28% | - |
| XYZ | 4.04 | 5.31 | 5.97 | - |
| YUV | 60.56 | 131.07 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 71 | 66 | 0.46 | 0 | 0.07 | 0.72 | 170.91 | 0.3 | 0.21 |
| Hex | 26 | 47 | 42 | 2E | 0 | 7 | 48 | AB | 1E | 15 |
| Octal | 46 | 107 | 102 | 56 | 0 | 7 | 110 | 253 | 36 | 25 |
| Binary | 100110 | 1000111 | 1000010 | 101110 | 0 | 111 | 1001000 | 10101011 | 11110 | 10101 |
Color Harmonies of #264742
Complementary color
Monochromatic Colors of #264742
Black with #264742
Text Example
Text Example
White with #264742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264742; }
p { color: rgb(38,71,66); }
H1.HeaderClassName
{
color: #264742;
}
.AnyTagClassName
{
color: #264742;
}
</style>
background-color css
<style>
a { background-color: #264742; }
a { background-color: rgb(38,71,66); }
div.DivClassName
{
background-color: #264742;
}
.BgClassName
{
background-color: #264742;
}
</style>
border-color css
<style>
span { border-color: #264742; }
span { border-color: rgb(38,71,66); }
td.TdClassName
{
border-color: #264742;
}
.TagClassName
{
border-color: #264742;
}
</style>