Shades of Karaka #2F301C
Tints of Karaka #2F301C
RGB
CMYK
RGB Variations
Color information
#2F301C (or 0x2F301C) is known color: Karaka. HEX triplet: 2F, 30 and 1C. RGB value is (47,48,28). Sum of RGB (Red+Green+Blue) = 47+48+28=123 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.21% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 28 (11.33% from 255 or 22.76% from 123); Max value from RGB is 48 - color contains mainly: green. Hex color #2F301C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F301C is #D0CFE3. Grayscale: #2D2D2D. Windows color (decimal): -13684708 or 1847343. OLE color: 1847343.
HSL color Cylindrical-coordinate representation of color #2F301C: hue angle of 63º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2F301C is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 47 | 48 | 28 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.81 |
| HSL | 63º | 0.26% | 0.15% | - |
| HSV(B) | 63º | 0.42% | 0.19% | - |
| XYZ | 2.44 | 2.8 | 1.51 | - |
| YUV | 45.42 | 118.17 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 48 | 28 | 0.02 | 0 | 0.42 | 0.81 | 63 | 0.26 | 0.15 |
| Hex | 2F | 30 | 1C | 2 | 0 | 2A | 51 | 3F | 1A | F |
| Octal | 57 | 60 | 34 | 2 | 0 | 52 | 121 | 77 | 32 | 17 |
| Binary | 101111 | 110000 | 11100 | 10 | 0 | 101010 | 1010001 | 111111 | 11010 | 1111 |
Color Harmonies of #2F301C
Complementary color
Monochromatic Colors of #2F301C
Black with #2F301C
Text Example
Text Example
White with #2F301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F301C; }
p { color: rgb(47,48,28); }
H1.HeaderClassName
{
color: #2F301C;
}
.AnyTagClassName
{
color: #2F301C;
}
</style>
background-color css
<style>
a { background-color: #2F301C; }
a { background-color: rgb(47,48,28); }
div.DivClassName
{
background-color: #2F301C;
}
.BgClassName
{
background-color: #2F301C;
}
</style>
border-color css
<style>
span { border-color: #2F301C; }
span { border-color: rgb(47,48,28); }
td.TdClassName
{
border-color: #2F301C;
}
.TagClassName
{
border-color: #2F301C;
}
</style>