Shades of Gable Green #2F423D
Tints of Gable Green #2F423D
RGB
CMYK
RGB Variations
Color information
#2F423D (or 0x2F423D) is known color: Gable Green. HEX triplet: 2F, 42 and 3D. RGB value is (47,66,61). Sum of RGB (Red+Green+Blue) = 47+66+61=174 (23% of max value = 765). Red value is 47 (18.75% from 255 or 27.01% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 66 - color contains mainly: green. Hex color #2F423D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F423D is #D0BDC2. Grayscale: #3B3B3B. Windows color (decimal): -13680067 or 4014639. OLE color: 4014639.
HSL color Cylindrical-coordinate representation of color #2F423D: hue angle of 164.21º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2F423D is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.74.
Color convert
RGB | 47 | 66 | 61 | - |
CMYK | 0.29 | 0 | 0.08 | 0.74 |
HSL | 164.21º | 0.17% | 0.22% | - |
HSV(B) | 164.21º | 0.29% | 0.26% | - |
XYZ | 3.96 | 4.84 | 5.14 | - |
YUV | 59.75 | 128.71 | 118.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 47 | 66 | 61 | 0.29 | 0 | 0.08 | 0.74 | 164.21 | 0.17 | 0.22 |
Hex | 2F | 42 | 3D | 1D | 0 | 8 | 4A | A4 | 11 | 16 |
Octal | 57 | 102 | 75 | 35 | 0 | 10 | 112 | 244 | 21 | 26 |
Binary | 101111 | 1000010 | 111101 | 11101 | 0 | 1000 | 1001010 | 10100100 | 10001 | 10110 |
Color Harmonies of #2F423D
Complementary color
Monochromatic Colors of #2F423D
Black with #2F423D
Text Example
Text Example
White with #2F423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F423D; }
p { color: rgb(47,66,61); }
H1.HeaderClassName
{
color: #2F423D;
}
.AnyTagClassName
{
color: #2F423D;
}
</style>
background-color css
<style>
a { background-color: #2F423D; }
a { background-color: rgb(47,66,61); }
div.DivClassName
{
background-color: #2F423D;
}
.BgClassName
{
background-color: #2F423D;
}
</style>
border-color css
<style>
span { border-color: #2F423D; }
span { border-color: rgb(47,66,61); }
td.TdClassName
{
border-color: #2F423D;
}
.TagClassName
{
border-color: #2F423D;
}
</style>