Shades of San Felix #23752A
Tints of San Felix #23752A
RGB
CMYK
RGB Variations
Color information
#23752A (or 0x23752A) is known color: San Felix. HEX triplet: 23, 75 and 2A. RGB value is (35,117,42). Sum of RGB (Red+Green+Blue) = 35+117+42=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 117 (46.09% from 255 or 60.31% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 117 - color contains mainly: green. Hex color #23752A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23752A is #DC8AD5. Grayscale: #545454. Windows color (decimal): -14453462 or 2782499. OLE color: 2782499.
HSL color Cylindrical-coordinate representation of color #23752A: hue angle of 125.12º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #23752A is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 35 | 117 | 42 | - |
| CMYK | 0.70 | 0 | 0.64 | 0.54 |
| HSL | 125.12º | 0.54% | 0.3% | - |
| HSV(B) | 125.12º | 0.7% | 0.46% | - |
| XYZ | 7.47 | 13.25 | 4.35 | - |
| YUV | 83.93 | 104.33 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 117 | 42 | 0.70 | 0 | 0.64 | 0.54 | 125.12 | 0.54 | 0.3 |
| Hex | 23 | 75 | 2A | 46 | 0 | 40 | 36 | 7D | 36 | 1E |
| Octal | 43 | 165 | 52 | 106 | 0 | 100 | 66 | 175 | 66 | 36 |
| Binary | 100011 | 1110101 | 101010 | 1000110 | 0 | 1000000 | 110110 | 1111101 | 110110 | 11110 |
Color Harmonies of #23752A
Complementary color
Monochromatic Colors of #23752A
Black with #23752A
Text Example
Text Example
White with #23752A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23752A; }
p { color: rgb(35,117,42); }
H1.HeaderClassName
{
color: #23752A;
}
.AnyTagClassName
{
color: #23752A;
}
</style>
background-color css
<style>
a { background-color: #23752A; }
a { background-color: rgb(35,117,42); }
div.DivClassName
{
background-color: #23752A;
}
.BgClassName
{
background-color: #23752A;
}
</style>
border-color css
<style>
span { border-color: #23752A; }
span { border-color: rgb(35,117,42); }
td.TdClassName
{
border-color: #23752A;
}
.TagClassName
{
border-color: #23752A;
}
</style>