Shades of Gable Green #23473F
Tints of Gable Green #23473F
RGB
CMYK
RGB Variations
Color information
#23473F (or 0x23473F) is known color: Gable Green. HEX triplet: 23, 47 and 3F. RGB value is (35,71,63). Sum of RGB (Red+Green+Blue) = 35+71+63=169 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.71% from 169); Green value is 71 (28.12% from 255 or 42.01% from 169); Blue value is 63 (25% from 255 or 37.28% from 169); Max value from RGB is 71 - color contains mainly: green. Hex color #23473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23473F is #DCB8C0. Grayscale: #3B3B3B. Windows color (decimal): -14465217 or 4146979. OLE color: 4146979.
HSL color Cylindrical-coordinate representation of color #23473F: hue angle of 166.67º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #23473F is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 35 | 71 | 63 | - |
| CMYK | 0.51 | 0 | 0.11 | 0.72 |
| HSL | 166.67º | 0.34% | 0.21% | - |
| HSV(B) | 166.67º | 0.51% | 0.28% | - |
| XYZ | 3.84 | 5.22 | 5.51 | - |
| YUV | 59.32 | 130.07 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 71 | 63 | 0.51 | 0 | 0.11 | 0.72 | 166.67 | 0.34 | 0.21 |
| Hex | 23 | 47 | 3F | 33 | 0 | B | 48 | A7 | 22 | 15 |
| Octal | 43 | 107 | 77 | 63 | 0 | 13 | 110 | 247 | 42 | 25 |
| Binary | 100011 | 1000111 | 111111 | 110011 | 0 | 1011 | 1001000 | 10100111 | 100010 | 10101 |
Color Harmonies of #23473F
Complementary color
Monochromatic Colors of #23473F
Black with #23473F
Text Example
Text Example
White with #23473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23473F; }
p { color: rgb(35,71,63); }
H1.HeaderClassName
{
color: #23473F;
}
.AnyTagClassName
{
color: #23473F;
}
</style>
background-color css
<style>
a { background-color: #23473F; }
a { background-color: rgb(35,71,63); }
div.DivClassName
{
background-color: #23473F;
}
.BgClassName
{
background-color: #23473F;
}
</style>
border-color css
<style>
span { border-color: #23473F; }
span { border-color: rgb(35,71,63); }
td.TdClassName
{
border-color: #23473F;
}
.TagClassName
{
border-color: #23473F;
}
</style>