Shades of San Felix #2B6F2F
Tints of San Felix #2B6F2F
RGB
CMYK
RGB Variations
Color information
#2B6F2F (or 0x2B6F2F) is known color: San Felix. HEX triplet: 2B, 6F and 2F. RGB value is (43,111,47). Sum of RGB (Red+Green+Blue) = 43+111+47=201 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.39% from 201); Green value is 111 (43.75% from 255 or 55.22% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 111 - color contains mainly: green. Hex color #2B6F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6F2F is #D490D0. Grayscale: #535353. Windows color (decimal): -13930705 or 3108651. OLE color: 3108651.
HSL color Cylindrical-coordinate representation of color #2B6F2F: hue angle of 123.53º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B6F2F is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 111 | 47 | - |
| CMYK | 0.61 | 0 | 0.58 | 0.56 |
| HSL | 123.53º | 0.44% | 0.3% | - |
| HSV(B) | 123.53º | 0.61% | 0.44% | - |
| XYZ | 7.19 | 12.09 | 4.64 | - |
| YUV | 83.37 | 107.47 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 111 | 47 | 0.61 | 0 | 0.58 | 0.56 | 123.53 | 0.44 | 0.3 |
| Hex | 2B | 6F | 2F | 3D | 0 | 3A | 38 | 7C | 2C | 1E |
| Octal | 53 | 157 | 57 | 75 | 0 | 72 | 70 | 174 | 54 | 36 |
| Binary | 101011 | 1101111 | 101111 | 111101 | 0 | 111010 | 111000 | 1111100 | 101100 | 11110 |
Color Harmonies of #2B6F2F
Complementary color
Monochromatic Colors of #2B6F2F
Black with #2B6F2F
Text Example
Text Example
White with #2B6F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6F2F; }
p { color: rgb(43,111,47); }
H1.HeaderClassName
{
color: #2B6F2F;
}
.AnyTagClassName
{
color: #2B6F2F;
}
</style>
background-color css
<style>
a { background-color: #2B6F2F; }
a { background-color: rgb(43,111,47); }
div.DivClassName
{
background-color: #2B6F2F;
}
.BgClassName
{
background-color: #2B6F2F;
}
</style>
border-color css
<style>
span { border-color: #2B6F2F; }
span { border-color: rgb(43,111,47); }
td.TdClassName
{
border-color: #2B6F2F;
}
.TagClassName
{
border-color: #2B6F2F;
}
</style>