Shades of San Felix #28692F
Tints of San Felix #28692F
RGB
CMYK
RGB Variations
Color information
#28692F (or 0x28692F) is known color: San Felix. HEX triplet: 28, 69 and 2F. RGB value is (40,105,47). Sum of RGB (Red+Green+Blue) = 40+105+47=192 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.83% from 192); Green value is 105 (41.41% from 255 or 54.69% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 105 - color contains mainly: green. Hex color #28692F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28692F is #D796D0. Grayscale: #4F4F4F. Windows color (decimal): -14128849 or 3107112. OLE color: 3107112.
HSL color Cylindrical-coordinate representation of color #28692F: hue angle of 126.46º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #28692F is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 40 | 105 | 47 | - |
| CMYK | 0.62 | 0 | 0.55 | 0.59 |
| HSL | 126.46º | 0.45% | 0.28% | - |
| HSV(B) | 126.46º | 0.62% | 0.41% | - |
| XYZ | 6.44 | 10.76 | 4.43 | - |
| YUV | 78.95 | 109.97 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 105 | 47 | 0.62 | 0 | 0.55 | 0.59 | 126.46 | 0.45 | 0.28 |
| Hex | 28 | 69 | 2F | 3E | 0 | 37 | 3B | 7E | 2D | 1C |
| Octal | 50 | 151 | 57 | 76 | 0 | 67 | 73 | 176 | 55 | 34 |
| Binary | 101000 | 1101001 | 101111 | 111110 | 0 | 110111 | 111011 | 1111110 | 101101 | 11100 |
Color Harmonies of #28692F
Complementary color
Monochromatic Colors of #28692F
Black with #28692F
Text Example
Text Example
White with #28692F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28692F; }
p { color: rgb(40,105,47); }
H1.HeaderClassName
{
color: #28692F;
}
.AnyTagClassName
{
color: #28692F;
}
</style>
background-color css
<style>
a { background-color: #28692F; }
a { background-color: rgb(40,105,47); }
div.DivClassName
{
background-color: #28692F;
}
.BgClassName
{
background-color: #28692F;
}
</style>
border-color css
<style>
span { border-color: #28692F; }
span { border-color: rgb(40,105,47); }
td.TdClassName
{
border-color: #28692F;
}
.TagClassName
{
border-color: #28692F;
}
</style>