Shades of Gable Green #2A433F
Tints of Gable Green #2A433F
RGB
CMYK
RGB Variations
Color information
#2A433F (or 0x2A433F) is known color: Gable Green. HEX triplet: 2A, 43 and 3F. RGB value is (42,67,63). Sum of RGB (Red+Green+Blue) = 42+67+63=172 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.42% from 172); Green value is 67 (26.56% from 255 or 38.95% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 67 - color contains mainly: green. Hex color #2A433F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A433F is #D5BCC0. Grayscale: #3B3B3B. Windows color (decimal): -14007489 or 4145962. OLE color: 4145962.
HSL color Cylindrical-coordinate representation of color #2A433F: hue angle of 170.4º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2A433F is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 42 | 67 | 63 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.74 |
| HSL | 170.4º | 0.23% | 0.21% | - |
| HSV(B) | 170.4º | 0.37% | 0.26% | - |
| XYZ | 3.86 | 4.87 | 5.44 | - |
| YUV | 59.07 | 130.22 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 67 | 63 | 0.37 | 0 | 0.06 | 0.74 | 170.4 | 0.23 | 0.21 |
| Hex | 2A | 43 | 3F | 25 | 0 | 6 | 4A | AA | 17 | 15 |
| Octal | 52 | 103 | 77 | 45 | 0 | 6 | 112 | 252 | 27 | 25 |
| Binary | 101010 | 1000011 | 111111 | 100101 | 0 | 110 | 1001010 | 10101010 | 10111 | 10101 |
Color Harmonies of #2A433F
Complementary color
Monochromatic Colors of #2A433F
Black with #2A433F
Text Example
Text Example
White with #2A433F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A433F; }
p { color: rgb(42,67,63); }
H1.HeaderClassName
{
color: #2A433F;
}
.AnyTagClassName
{
color: #2A433F;
}
</style>
background-color css
<style>
a { background-color: #2A433F; }
a { background-color: rgb(42,67,63); }
div.DivClassName
{
background-color: #2A433F;
}
.BgClassName
{
background-color: #2A433F;
}
</style>
border-color css
<style>
span { border-color: #2A433F; }
span { border-color: rgb(42,67,63); }
td.TdClassName
{
border-color: #2A433F;
}
.TagClassName
{
border-color: #2A433F;
}
</style>