Shades of Tolopea #2F293C
Tints of Tolopea #2F293C
RGB
CMYK
RGB Variations
Color information
#2F293C (or 0x2F293C) is known color: Tolopea. HEX triplet: 2F, 29 and 3C. RGB value is (47,41,60). Sum of RGB (Red+Green+Blue) = 47+41+60=148 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.76% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 60 (23.83% from 255 or 40.54% from 148); Max value from RGB is 60 - color contains mainly: blue. Hex color #2F293C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F293C is #D0D6C3. Grayscale: #2C2C2C. Windows color (decimal): -13686468 or 3942703. OLE color: 3942703.
HSL color Cylindrical-coordinate representation of color #2F293C: hue angle of 258.95º degrees, saturation: 0.19, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2F293C is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 47 | 41 | 60 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.76 |
| HSL | 258.95º | 0.19% | 0.2% | - |
| HSV(B) | 258.95º | 0.32% | 0.24% | - |
| XYZ | 2.78 | 2.52 | 4.61 | - |
| YUV | 44.96 | 136.49 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 41 | 60 | 0.22 | 0.32 | 0 | 0.76 | 258.95 | 0.19 | 0.2 |
| Hex | 2F | 29 | 3C | 16 | 20 | 0 | 4C | 103 | 13 | 14 |
| Octal | 57 | 51 | 74 | 26 | 40 | 0 | 114 | 403 | 23 | 24 |
| Binary | 101111 | 101001 | 111100 | 10110 | 100000 | 0 | 1001100 | 100000011 | 10011 | 10100 |
Color Harmonies of #2F293C
Complementary color
Monochromatic Colors of #2F293C
Black with #2F293C
Text Example
Text Example
White with #2F293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F293C; }
p { color: rgb(47,41,60); }
H1.HeaderClassName
{
color: #2F293C;
}
.AnyTagClassName
{
color: #2F293C;
}
</style>
background-color css
<style>
a { background-color: #2F293C; }
a { background-color: rgb(47,41,60); }
div.DivClassName
{
background-color: #2F293C;
}
.BgClassName
{
background-color: #2F293C;
}
</style>
border-color css
<style>
span { border-color: #2F293C; }
span { border-color: rgb(47,41,60); }
td.TdClassName
{
border-color: #2F293C;
}
.TagClassName
{
border-color: #2F293C;
}
</style>