Shades of Gable Green #2A413E
Tints of Gable Green #2A413E
RGB
CMYK
RGB Variations
Color information
#2A413E (or 0x2A413E) is known color: Gable Green. HEX triplet: 2A, 41 and 3E. RGB value is (42,65,62). Sum of RGB (Red+Green+Blue) = 42+65+62=169 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.85% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 62 (24.61% from 255 or 36.69% from 169); Max value from RGB is 65 - color contains mainly: green. Hex color #2A413E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A413E is #D5BEC1. Grayscale: #393939. Windows color (decimal): -14008002 or 4079914. OLE color: 4079914.
HSL color Cylindrical-coordinate representation of color #2A413E: hue angle of 172.17º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2A413E is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 65 | 62 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.75 |
| HSL | 172.17º | 0.21% | 0.21% | - |
| HSV(B) | 172.17º | 0.35% | 0.25% | - |
| XYZ | 3.71 | 4.62 | 5.25 | - |
| YUV | 57.78 | 130.38 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 65 | 62 | 0.35 | 0 | 0.05 | 0.75 | 172.17 | 0.21 | 0.21 |
| Hex | 2A | 41 | 3E | 23 | 0 | 5 | 4B | AC | 15 | 15 |
| Octal | 52 | 101 | 76 | 43 | 0 | 5 | 113 | 254 | 25 | 25 |
| Binary | 101010 | 1000001 | 111110 | 100011 | 0 | 101 | 1001011 | 10101100 | 10101 | 10101 |
Color Harmonies of #2A413E
Complementary color
Monochromatic Colors of #2A413E
Black with #2A413E
Text Example
Text Example
White with #2A413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A413E; }
p { color: rgb(42,65,62); }
H1.HeaderClassName
{
color: #2A413E;
}
.AnyTagClassName
{
color: #2A413E;
}
</style>
background-color css
<style>
a { background-color: #2A413E; }
a { background-color: rgb(42,65,62); }
div.DivClassName
{
background-color: #2A413E;
}
.BgClassName
{
background-color: #2A413E;
}
</style>
border-color css
<style>
span { border-color: #2A413E; }
span { border-color: rgb(42,65,62); }
td.TdClassName
{
border-color: #2A413E;
}
.TagClassName
{
border-color: #2A413E;
}
</style>