Shades of Gable Green #274341
Tints of Gable Green #274341
RGB
CMYK
RGB Variations
Color information
#274341 (or 0x274341) is known color: Gable Green. HEX triplet: 27, 43 and 41. RGB value is (39,67,65). Sum of RGB (Red+Green+Blue) = 39+67+65=171 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.81% from 171); Green value is 67 (26.56% from 255 or 39.18% from 171); Blue value is 65 (25.78% from 255 or 38.01% from 171); Max value from RGB is 67 - color contains mainly: green. Hex color #274341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274341 is #D8BCBE. Grayscale: #3A3A3A. Windows color (decimal): -14204095 or 4277031. OLE color: 4277031.
HSL color Cylindrical-coordinate representation of color #274341: hue angle of 175.71º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #274341 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 39 | 67 | 65 | - |
| CMYK | 0.42 | 0 | 0.03 | 0.74 |
| HSL | 175.71º | 0.26% | 0.21% | - |
| HSV(B) | 175.71º | 0.42% | 0.26% | - |
| XYZ | 3.8 | 4.83 | 5.73 | - |
| YUV | 58.4 | 131.72 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 67 | 65 | 0.42 | 0 | 0.03 | 0.74 | 175.71 | 0.26 | 0.21 |
| Hex | 27 | 43 | 41 | 2A | 0 | 3 | 4A | B0 | 1A | 15 |
| Octal | 47 | 103 | 101 | 52 | 0 | 3 | 112 | 260 | 32 | 25 |
| Binary | 100111 | 1000011 | 1000001 | 101010 | 0 | 11 | 1001010 | 10110000 | 11010 | 10101 |
Color Harmonies of #274341
Complementary color
Monochromatic Colors of #274341
Black with #274341
Text Example
Text Example
White with #274341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274341; }
p { color: rgb(39,67,65); }
H1.HeaderClassName
{
color: #274341;
}
.AnyTagClassName
{
color: #274341;
}
</style>
background-color css
<style>
a { background-color: #274341; }
a { background-color: rgb(39,67,65); }
div.DivClassName
{
background-color: #274341;
}
.BgClassName
{
background-color: #274341;
}
</style>
border-color css
<style>
span { border-color: #274341; }
span { border-color: rgb(39,67,65); }
td.TdClassName
{
border-color: #274341;
}
.TagClassName
{
border-color: #274341;
}
</style>