Shades of Karaka #2F301D
Tints of Karaka #2F301D
RGB
CMYK
RGB Variations
Color information
#2F301D (or 0x2F301D) is known color: Karaka. HEX triplet: 2F, 30 and 1D. RGB value is (47,48,29). Sum of RGB (Red+Green+Blue) = 47+48+29=124 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.90% from 124); Green value is 48 (19.14% from 255 or 38.71% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 48 - color contains mainly: green. Hex color #2F301D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F301D is #D0CFE2. Grayscale: #2D2D2D. Windows color (decimal): -13684707 or 1912879. OLE color: 1912879.
HSL color Cylindrical-coordinate representation of color #2F301D: hue angle of 63.16º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2F301D is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 47 | 48 | 29 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.81 |
| HSL | 63.16º | 0.25% | 0.15% | - |
| HSV(B) | 63.16º | 0.4% | 0.19% | - |
| XYZ | 2.45 | 2.81 | 1.58 | - |
| YUV | 45.54 | 118.67 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 48 | 29 | 0.02 | 0 | 0.40 | 0.81 | 63.16 | 0.25 | 0.15 |
| Hex | 2F | 30 | 1D | 2 | 0 | 28 | 51 | 3F | 19 | F |
| Octal | 57 | 60 | 35 | 2 | 0 | 50 | 121 | 77 | 31 | 17 |
| Binary | 101111 | 110000 | 11101 | 10 | 0 | 101000 | 1010001 | 111111 | 11001 | 1111 |
Color Harmonies of #2F301D
Complementary color
Monochromatic Colors of #2F301D
Black with #2F301D
Text Example
Text Example
White with #2F301D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F301D; }
p { color: rgb(47,48,29); }
H1.HeaderClassName
{
color: #2F301D;
}
.AnyTagClassName
{
color: #2F301D;
}
</style>
background-color css
<style>
a { background-color: #2F301D; }
a { background-color: rgb(47,48,29); }
div.DivClassName
{
background-color: #2F301D;
}
.BgClassName
{
background-color: #2F301D;
}
</style>
border-color css
<style>
span { border-color: #2F301D; }
span { border-color: rgb(47,48,29); }
td.TdClassName
{
border-color: #2F301D;
}
.TagClassName
{
border-color: #2F301D;
}
</style>