Shades of Brown Pod #2F170F
Tints of Brown Pod #2F170F
RGB
CMYK
RGB Variations
Color information
#2F170F (or 0x2F170F) is known color: Brown Pod. HEX triplet: 2F, 17 and 0F. RGB value is (47,23,15). Sum of RGB (Red+Green+Blue) = 47+23+15=85 (11% of max value = 765). Red value is 47 (18.75% from 255 or 55.29% from 85); Green value is 23 (9.38% from 255 or 27.06% from 85); Blue value is 15 (6.25% from 255 or 17.65% from 85); Max value from RGB is 47 - color contains mainly: red. Hex color #2F170F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F170F is #D0E8F0. Grayscale: #1D1D1D. Windows color (decimal): -13691121 or 988975. OLE color: 988975.
HSL color Cylindrical-coordinate representation of color #2F170F: hue angle of 15º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F170F is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 23 | 15 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.82 |
| HSL | 15º | 0.52% | 0.12% | - |
| HSV(B) | 15º | 0.68% | 0.18% | - |
| XYZ | 1.56 | 1.25 | 0.61 | - |
| YUV | 29.26 | 119.95 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 23 | 15 | 0 | 0.51 | 0.68 | 0.82 | 15 | 0.52 | 0.12 |
| Hex | 2F | 17 | F | 0 | 33 | 44 | 52 | F | 34 | C |
| Octal | 57 | 27 | 17 | 0 | 63 | 104 | 122 | 17 | 64 | 14 |
| Binary | 101111 | 10111 | 1111 | 0 | 110011 | 1000100 | 1010010 | 1111 | 110100 | 1100 |
Color Harmonies of #2F170F
Complementary color
Monochromatic Colors of #2F170F
Black with #2F170F
Text Example
Text Example
White with #2F170F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F170F; }
p { color: rgb(47,23,15); }
H1.HeaderClassName
{
color: #2F170F;
}
.AnyTagClassName
{
color: #2F170F;
}
</style>
background-color css
<style>
a { background-color: #2F170F; }
a { background-color: rgb(47,23,15); }
div.DivClassName
{
background-color: #2F170F;
}
.BgClassName
{
background-color: #2F170F;
}
</style>
border-color css
<style>
span { border-color: #2F170F; }
span { border-color: rgb(47,23,15); }
td.TdClassName
{
border-color: #2F170F;
}
.TagClassName
{
border-color: #2F170F;
}
</style>