Shades of Gable Green #2F403D
Tints of Gable Green #2F403D
RGB
CMYK
RGB Variations
Color information
#2F403D (or 0x2F403D) is known color: Gable Green. HEX triplet: 2F, 40 and 3D. RGB value is (47,64,61). Sum of RGB (Red+Green+Blue) = 47+64+61=172 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.33% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 64 - color contains mainly: green. Hex color #2F403D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F403D is #D0BFC2. Grayscale: #3A3A3A. Windows color (decimal): -13680579 or 4014127. OLE color: 4014127.
HSL color Cylindrical-coordinate representation of color #2F403D: hue angle of 169.41º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2F403D is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 64 | 61 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.75 |
| HSL | 169.41º | 0.15% | 0.22% | - |
| HSV(B) | 169.41º | 0.27% | 0.25% | - |
| XYZ | 3.85 | 4.61 | 5.1 | - |
| YUV | 58.58 | 129.37 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 64 | 61 | 0.27 | 0 | 0.05 | 0.75 | 169.41 | 0.15 | 0.22 |
| Hex | 2F | 40 | 3D | 1B | 0 | 5 | 4B | A9 | F | 16 |
| Octal | 57 | 100 | 75 | 33 | 0 | 5 | 113 | 251 | 17 | 26 |
| Binary | 101111 | 1000000 | 111101 | 11011 | 0 | 101 | 1001011 | 10101001 | 1111 | 10110 |
Color Harmonies of #2F403D
Complementary color
Monochromatic Colors of #2F403D
Black with #2F403D
Text Example
Text Example
White with #2F403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F403D; }
p { color: rgb(47,64,61); }
H1.HeaderClassName
{
color: #2F403D;
}
.AnyTagClassName
{
color: #2F403D;
}
</style>
background-color css
<style>
a { background-color: #2F403D; }
a { background-color: rgb(47,64,61); }
div.DivClassName
{
background-color: #2F403D;
}
.BgClassName
{
background-color: #2F403D;
}
</style>
border-color css
<style>
span { border-color: #2F403D; }
span { border-color: rgb(47,64,61); }
td.TdClassName
{
border-color: #2F403D;
}
.TagClassName
{
border-color: #2F403D;
}
</style>