Shades of Gable Green #23453E
Tints of Gable Green #23453E
RGB
CMYK
RGB Variations
Color information
#23453E (or 0x23453E) is known color: Gable Green. HEX triplet: 23, 45 and 3E. RGB value is (35,69,62). Sum of RGB (Red+Green+Blue) = 35+69+62=166 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.08% from 166); Green value is 69 (27.34% from 255 or 41.57% from 166); Blue value is 62 (24.61% from 255 or 37.35% from 166); Max value from RGB is 69 - color contains mainly: green. Hex color #23453E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23453E is #DCBAC1. Grayscale: #3A3A3A. Windows color (decimal): -14465730 or 4080931. OLE color: 4080931.
HSL color Cylindrical-coordinate representation of color #23453E: hue angle of 167.65º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #23453E is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 35 | 69 | 62 | - |
| CMYK | 0.49 | 0 | 0.10 | 0.73 |
| HSL | 167.65º | 0.33% | 0.2% | - |
| HSV(B) | 167.65º | 0.49% | 0.27% | - |
| XYZ | 3.69 | 4.96 | 5.32 | - |
| YUV | 58.04 | 130.24 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 69 | 62 | 0.49 | 0 | 0.10 | 0.73 | 167.65 | 0.33 | 0.2 |
| Hex | 23 | 45 | 3E | 31 | 0 | A | 49 | A8 | 21 | 14 |
| Octal | 43 | 105 | 76 | 61 | 0 | 12 | 111 | 250 | 41 | 24 |
| Binary | 100011 | 1000101 | 111110 | 110001 | 0 | 1010 | 1001001 | 10101000 | 100001 | 10100 |
Color Harmonies of #23453E
Complementary color
Monochromatic Colors of #23453E
Black with #23453E
Text Example
Text Example
White with #23453E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23453E; }
p { color: rgb(35,69,62); }
H1.HeaderClassName
{
color: #23453E;
}
.AnyTagClassName
{
color: #23453E;
}
</style>
background-color css
<style>
a { background-color: #23453E; }
a { background-color: rgb(35,69,62); }
div.DivClassName
{
background-color: #23453E;
}
.BgClassName
{
background-color: #23453E;
}
</style>
border-color css
<style>
span { border-color: #23453E; }
span { border-color: rgb(35,69,62); }
td.TdClassName
{
border-color: #23453E;
}
.TagClassName
{
border-color: #23453E;
}
</style>