Shades of San Felix #276D2D
Tints of San Felix #276D2D
RGB
CMYK
RGB Variations
Color information
#276D2D (or 0x276D2D) is known color: San Felix. HEX triplet: 27, 6D and 2D. RGB value is (39,109,45). Sum of RGB (Red+Green+Blue) = 39+109+45=193 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.21% from 193); Green value is 109 (42.97% from 255 or 56.48% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 109 - color contains mainly: green. Hex color #276D2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276D2D is #D892D2. Grayscale: #505050. Windows color (decimal): -14193363 or 2977063. OLE color: 2977063.
HSL color Cylindrical-coordinate representation of color #276D2D: hue angle of 125.14º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #276D2D is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 39 | 109 | 45 | - |
| CMYK | 0.64 | 0 | 0.59 | 0.57 |
| HSL | 125.14º | 0.47% | 0.29% | - |
| HSV(B) | 125.14º | 0.64% | 0.43% | - |
| XYZ | 6.78 | 11.56 | 4.36 | - |
| YUV | 80.77 | 107.81 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 109 | 45 | 0.64 | 0 | 0.59 | 0.57 | 125.14 | 0.47 | 0.29 |
| Hex | 27 | 6D | 2D | 40 | 0 | 3B | 39 | 7D | 2F | 1D |
| Octal | 47 | 155 | 55 | 100 | 0 | 73 | 71 | 175 | 57 | 35 |
| Binary | 100111 | 1101101 | 101101 | 1000000 | 0 | 111011 | 111001 | 1111101 | 101111 | 11101 |
Color Harmonies of #276D2D
Complementary color
Monochromatic Colors of #276D2D
Black with #276D2D
Text Example
Text Example
White with #276D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276D2D; }
p { color: rgb(39,109,45); }
H1.HeaderClassName
{
color: #276D2D;
}
.AnyTagClassName
{
color: #276D2D;
}
</style>
background-color css
<style>
a { background-color: #276D2D; }
a { background-color: rgb(39,109,45); }
div.DivClassName
{
background-color: #276D2D;
}
.BgClassName
{
background-color: #276D2D;
}
</style>
border-color css
<style>
span { border-color: #276D2D; }
span { border-color: rgb(39,109,45); }
td.TdClassName
{
border-color: #276D2D;
}
.TagClassName
{
border-color: #276D2D;
}
</style>