Shades of Gable Green #2A443F
Tints of Gable Green #2A443F
RGB
CMYK
RGB Variations
Color information
#2A443F (or 0x2A443F) is known color: Gable Green. HEX triplet: 2A, 44 and 3F. RGB value is (42,68,63). Sum of RGB (Red+Green+Blue) = 42+68+63=173 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.28% from 173); Green value is 68 (26.95% from 255 or 39.31% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 68 - color contains mainly: green. Hex color #2A443F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A443F is #D5BBC0. Grayscale: #3B3B3B. Windows color (decimal): -14007233 or 4146218. OLE color: 4146218.
HSL color Cylindrical-coordinate representation of color #2A443F: hue angle of 168.46º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2A443F is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 42 | 68 | 63 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.73 |
| HSL | 168.46º | 0.24% | 0.22% | - |
| HSV(B) | 168.46º | 0.38% | 0.27% | - |
| XYZ | 3.92 | 4.99 | 5.46 | - |
| YUV | 59.66 | 129.89 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 68 | 63 | 0.38 | 0 | 0.07 | 0.73 | 168.46 | 0.24 | 0.22 |
| Hex | 2A | 44 | 3F | 26 | 0 | 7 | 49 | A8 | 18 | 16 |
| Octal | 52 | 104 | 77 | 46 | 0 | 7 | 111 | 250 | 30 | 26 |
| Binary | 101010 | 1000100 | 111111 | 100110 | 0 | 111 | 1001001 | 10101000 | 11000 | 10110 |
Color Harmonies of #2A443F
Complementary color
Monochromatic Colors of #2A443F
Black with #2A443F
Text Example
Text Example
White with #2A443F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A443F; }
p { color: rgb(42,68,63); }
H1.HeaderClassName
{
color: #2A443F;
}
.AnyTagClassName
{
color: #2A443F;
}
</style>
background-color css
<style>
a { background-color: #2A443F; }
a { background-color: rgb(42,68,63); }
div.DivClassName
{
background-color: #2A443F;
}
.BgClassName
{
background-color: #2A443F;
}
</style>
border-color css
<style>
span { border-color: #2A443F; }
span { border-color: rgb(42,68,63); }
td.TdClassName
{
border-color: #2A443F;
}
.TagClassName
{
border-color: #2A443F;
}
</style>