Shades of San Felix #27702B
Tints of San Felix #27702B
RGB
CMYK
RGB Variations
Color information
#27702B (or 0x27702B) is known color: San Felix. HEX triplet: 27, 70 and 2B. RGB value is (39,112,43). Sum of RGB (Red+Green+Blue) = 39+112+43=194 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.10% from 194); Green value is 112 (44.14% from 255 or 57.73% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 112 - color contains mainly: green. Hex color #27702B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27702B is #D88FD4. Grayscale: #525252. Windows color (decimal): -14192597 or 2846759. OLE color: 2846759.
HSL color Cylindrical-coordinate representation of color #27702B: hue angle of 123.29º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #27702B is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 112 | 43 | - |
| CMYK | 0.65 | 0 | 0.62 | 0.56 |
| HSL | 123.29º | 0.48% | 0.3% | - |
| HSV(B) | 123.29º | 0.65% | 0.44% | - |
| XYZ | 7.07 | 12.19 | 4.27 | - |
| YUV | 82.31 | 105.82 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 112 | 43 | 0.65 | 0 | 0.62 | 0.56 | 123.29 | 0.48 | 0.3 |
| Hex | 27 | 70 | 2B | 41 | 0 | 3E | 38 | 7B | 30 | 1E |
| Octal | 47 | 160 | 53 | 101 | 0 | 76 | 70 | 173 | 60 | 36 |
| Binary | 100111 | 1110000 | 101011 | 1000001 | 0 | 111110 | 111000 | 1111011 | 110000 | 11110 |
Color Harmonies of #27702B
Complementary color
Monochromatic Colors of #27702B
Black with #27702B
Text Example
Text Example
White with #27702B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27702B; }
p { color: rgb(39,112,43); }
H1.HeaderClassName
{
color: #27702B;
}
.AnyTagClassName
{
color: #27702B;
}
</style>
background-color css
<style>
a { background-color: #27702B; }
a { background-color: rgb(39,112,43); }
div.DivClassName
{
background-color: #27702B;
}
.BgClassName
{
background-color: #27702B;
}
</style>
border-color css
<style>
span { border-color: #27702B; }
span { border-color: rgb(39,112,43); }
td.TdClassName
{
border-color: #27702B;
}
.TagClassName
{
border-color: #27702B;
}
</style>