Shades of San Felix #2D652A
Tints of San Felix #2D652A
RGB
CMYK
RGB Variations
Color information
#2D652A (or 0x2D652A) is known color: San Felix. HEX triplet: 2D, 65 and 2A. RGB value is (45,101,42). Sum of RGB (Red+Green+Blue) = 45+101+42=188 (24% of max value = 765). Red value is 45 (17.97% from 255 or 23.94% from 188); Green value is 101 (39.84% from 255 or 53.72% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 101 - color contains mainly: green. Hex color #2D652A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D652A is #D29AD5. Grayscale: #4D4D4D. Windows color (decimal): -13802198 or 2778413. OLE color: 2778413.
HSL color Cylindrical-coordinate representation of color #2D652A: hue angle of 116.95º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D652A is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 45 | 101 | 42 | - |
| CMYK | 0.55 | 0 | 0.58 | 0.60 |
| HSL | 116.95º | 0.41% | 0.28% | - |
| HSV(B) | 116.95º | 0.58% | 0.4% | - |
| XYZ | 6.15 | 10.03 | 3.8 | - |
| YUV | 77.53 | 107.95 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 101 | 42 | 0.55 | 0 | 0.58 | 0.60 | 116.95 | 0.41 | 0.28 |
| Hex | 2D | 65 | 2A | 37 | 0 | 3A | 3C | 75 | 29 | 1C |
| Octal | 55 | 145 | 52 | 67 | 0 | 72 | 74 | 165 | 51 | 34 |
| Binary | 101101 | 1100101 | 101010 | 110111 | 0 | 111010 | 111100 | 1110101 | 101001 | 11100 |
Color Harmonies of #2D652A
Complementary color
Monochromatic Colors of #2D652A
Black with #2D652A
Text Example
Text Example
White with #2D652A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D652A; }
p { color: rgb(45,101,42); }
H1.HeaderClassName
{
color: #2D652A;
}
.AnyTagClassName
{
color: #2D652A;
}
</style>
background-color css
<style>
a { background-color: #2D652A; }
a { background-color: rgb(45,101,42); }
div.DivClassName
{
background-color: #2D652A;
}
.BgClassName
{
background-color: #2D652A;
}
</style>
border-color css
<style>
span { border-color: #2D652A; }
span { border-color: rgb(45,101,42); }
td.TdClassName
{
border-color: #2D652A;
}
.TagClassName
{
border-color: #2D652A;
}
</style>