Shades of Gable Green #2A3F3A
Tints of Gable Green #2A3F3A
RGB
CMYK
RGB Variations
Color information
#2A3F3A (or 0x2A3F3A) is known color: Gable Green. HEX triplet: 2A, 3F and 3A. RGB value is (42,63,58). Sum of RGB (Red+Green+Blue) = 42+63+58=163 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.77% from 163); Green value is 63 (25% from 255 or 38.65% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 63 - color contains mainly: green. Hex color #2A3F3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3F3A is #D5C0C5. Grayscale: #383838. Windows color (decimal): -14008518 or 3817258. OLE color: 3817258.
HSL color Cylindrical-coordinate representation of color #2A3F3A: hue angle of 165.71º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2A3F3A is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 63 | 58 | - |
| CMYK | 0.33 | 0 | 0.08 | 0.75 |
| HSL | 165.71º | 0.2% | 0.21% | - |
| HSV(B) | 165.71º | 0.33% | 0.25% | - |
| XYZ | 3.5 | 4.35 | 4.66 | - |
| YUV | 56.15 | 129.04 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 63 | 58 | 0.33 | 0 | 0.08 | 0.75 | 165.71 | 0.2 | 0.21 |
| Hex | 2A | 3F | 3A | 21 | 0 | 8 | 4B | A6 | 14 | 15 |
| Octal | 52 | 77 | 72 | 41 | 0 | 10 | 113 | 246 | 24 | 25 |
| Binary | 101010 | 111111 | 111010 | 100001 | 0 | 1000 | 1001011 | 10100110 | 10100 | 10101 |
Color Harmonies of #2A3F3A
Complementary color
Monochromatic Colors of #2A3F3A
Black with #2A3F3A
Text Example
Text Example
White with #2A3F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3F3A; }
p { color: rgb(42,63,58); }
H1.HeaderClassName
{
color: #2A3F3A;
}
.AnyTagClassName
{
color: #2A3F3A;
}
</style>
background-color css
<style>
a { background-color: #2A3F3A; }
a { background-color: rgb(42,63,58); }
div.DivClassName
{
background-color: #2A3F3A;
}
.BgClassName
{
background-color: #2A3F3A;
}
</style>
border-color css
<style>
span { border-color: #2A3F3A; }
span { border-color: rgb(42,63,58); }
td.TdClassName
{
border-color: #2A3F3A;
}
.TagClassName
{
border-color: #2A3F3A;
}
</style>