Shades of Genoa #237D6D
Tints of Genoa #237D6D
RGB
CMYK
RGB Variations
Color information
#237D6D (or 0x237D6D) is known color: Genoa. HEX triplet: 23, 7D and 6D. RGB value is (35,125,109). Sum of RGB (Red+Green+Blue) = 35+125+109=269 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.01% from 269); Green value is 125 (49.22% from 255 or 46.47% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 125 - color contains mainly: green. Hex color #237D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237D6D is #DC8292. Grayscale: #606060. Windows color (decimal): -14451347 or 7175459. OLE color: 7175459.
HSL color Cylindrical-coordinate representation of color #237D6D: hue angle of 169.33º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #237D6D is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 125 | 109 | - |
| CMYK | 0.72 | 0 | 0.13 | 0.51 |
| HSL | 169.33º | 0.56% | 0.31% | - |
| HSV(B) | 169.33º | 0.72% | 0.49% | - |
| XYZ | 10.79 | 16.13 | 17.01 | - |
| YUV | 96.27 | 135.18 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 125 | 109 | 0.72 | 0 | 0.13 | 0.51 | 169.33 | 0.56 | 0.31 |
| Hex | 23 | 7D | 6D | 48 | 0 | D | 33 | A9 | 38 | 1F |
| Octal | 43 | 175 | 155 | 110 | 0 | 15 | 63 | 251 | 70 | 37 |
| Binary | 100011 | 1111101 | 1101101 | 1001000 | 0 | 1101 | 110011 | 10101001 | 111000 | 11111 |
Color Harmonies of #237D6D
Complementary color
Monochromatic Colors of #237D6D
Black with #237D6D
Text Example
Text Example
White with #237D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237D6D; }
p { color: rgb(35,125,109); }
H1.HeaderClassName
{
color: #237D6D;
}
.AnyTagClassName
{
color: #237D6D;
}
</style>
background-color css
<style>
a { background-color: #237D6D; }
a { background-color: rgb(35,125,109); }
div.DivClassName
{
background-color: #237D6D;
}
.BgClassName
{
background-color: #237D6D;
}
</style>
border-color css
<style>
span { border-color: #237D6D; }
span { border-color: rgb(35,125,109); }
td.TdClassName
{
border-color: #237D6D;
}
.TagClassName
{
border-color: #237D6D;
}
</style>