Shades of Gable Green #2A413D
Tints of Gable Green #2A413D
RGB
CMYK
RGB Variations
Color information
#2A413D (or 0x2A413D) is known color: Gable Green. HEX triplet: 2A, 41 and 3D. RGB value is (42,65,61). Sum of RGB (Red+Green+Blue) = 42+65+61=168 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 61 (24.22% from 255 or 36.31% from 168); Max value from RGB is 65 - color contains mainly: green. Hex color #2A413D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A413D is #D5BEC2. Grayscale: #393939. Windows color (decimal): -14008003 or 4014378. OLE color: 4014378.
HSL color Cylindrical-coordinate representation of color #2A413D: hue angle of 169.57º 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 #2A413D is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 65 | 61 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.75 |
| HSL | 169.57º | 0.21% | 0.21% | - |
| HSV(B) | 169.57º | 0.35% | 0.25% | - |
| XYZ | 3.69 | 4.61 | 5.11 | - |
| YUV | 57.67 | 129.88 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 65 | 61 | 0.35 | 0 | 0.06 | 0.75 | 169.57 | 0.21 | 0.21 |
| Hex | 2A | 41 | 3D | 23 | 0 | 6 | 4B | AA | 15 | 15 |
| Octal | 52 | 101 | 75 | 43 | 0 | 6 | 113 | 252 | 25 | 25 |
| Binary | 101010 | 1000001 | 111101 | 100011 | 0 | 110 | 1001011 | 10101010 | 10101 | 10101 |
Color Harmonies of #2A413D
Complementary color
Monochromatic Colors of #2A413D
Black with #2A413D
Text Example
Text Example
White with #2A413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A413D; }
p { color: rgb(42,65,61); }
H1.HeaderClassName
{
color: #2A413D;
}
.AnyTagClassName
{
color: #2A413D;
}
</style>
background-color css
<style>
a { background-color: #2A413D; }
a { background-color: rgb(42,65,61); }
div.DivClassName
{
background-color: #2A413D;
}
.BgClassName
{
background-color: #2A413D;
}
</style>
border-color css
<style>
span { border-color: #2A413D; }
span { border-color: rgb(42,65,61); }
td.TdClassName
{
border-color: #2A413D;
}
.TagClassName
{
border-color: #2A413D;
}
</style>