Shades of San Felix #236B2F
Tints of San Felix #236B2F
RGB
CMYK
RGB Variations
Color information
#236B2F (or 0x236B2F) is known color: San Felix. HEX triplet: 23, 6B and 2F. RGB value is (35,107,47). Sum of RGB (Red+Green+Blue) = 35+107+47=189 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.52% from 189); Green value is 107 (42.19% from 255 or 56.61% from 189); Blue value is 47 (18.75% from 255 or 24.87% from 189); Max value from RGB is 107 - color contains mainly: green. Hex color #236B2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #236B2F is #DC94D0. Grayscale: #4E4E4E. Windows color (decimal): -14456017 or 3107619. OLE color: 3107619.
HSL color Cylindrical-coordinate representation of color #236B2F: hue angle of 130º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #236B2F is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 35 | 107 | 47 | - |
| CMYK | 0.67 | 0 | 0.56 | 0.58 |
| HSL | 130º | 0.51% | 0.28% | - |
| HSV(B) | 130º | 0.67% | 0.42% | - |
| XYZ | 6.46 | 11.08 | 4.49 | - |
| YUV | 78.63 | 110.15 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 107 | 47 | 0.67 | 0 | 0.56 | 0.58 | 130 | 0.51 | 0.28 |
| Hex | 23 | 6B | 2F | 43 | 0 | 38 | 3A | 82 | 33 | 1C |
| Octal | 43 | 153 | 57 | 103 | 0 | 70 | 72 | 202 | 63 | 34 |
| Binary | 100011 | 1101011 | 101111 | 1000011 | 0 | 111000 | 111010 | 10000010 | 110011 | 11100 |
Color Harmonies of #236B2F
Complementary color
Monochromatic Colors of #236B2F
Black with #236B2F
Text Example
Text Example
White with #236B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236B2F; }
p { color: rgb(35,107,47); }
H1.HeaderClassName
{
color: #236B2F;
}
.AnyTagClassName
{
color: #236B2F;
}
</style>
background-color css
<style>
a { background-color: #236B2F; }
a { background-color: rgb(35,107,47); }
div.DivClassName
{
background-color: #236B2F;
}
.BgClassName
{
background-color: #236B2F;
}
</style>
border-color css
<style>
span { border-color: #236B2F; }
span { border-color: rgb(35,107,47); }
td.TdClassName
{
border-color: #236B2F;
}
.TagClassName
{
border-color: #236B2F;
}
</style>