Shades of Karaka #2F301A
Tints of Karaka #2F301A
RGB
CMYK
RGB Variations
Color information
#2F301A (or 0x2F301A) is known color: Karaka. HEX triplet: 2F, 30 and 1A. RGB value is (47,48,26). Sum of RGB (Red+Green+Blue) = 47+48+26=121 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.84% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 26 (10.55% from 255 or 21.49% from 121); Max value from RGB is 48 - color contains mainly: green. Hex color #2F301A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F301A is #D0CFE5. Grayscale: #2D2D2D. Windows color (decimal): -13684710 or 1716271. OLE color: 1716271.
HSL color Cylindrical-coordinate representation of color #2F301A: hue angle of 62.73º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2F301A is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 47 | 48 | 26 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.81 |
| HSL | 62.73º | 0.3% | 0.15% | - |
| HSV(B) | 62.73º | 0.46% | 0.19% | - |
| XYZ | 2.42 | 2.79 | 1.39 | - |
| YUV | 45.19 | 117.17 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 48 | 26 | 0.02 | 0 | 0.46 | 0.81 | 62.73 | 0.3 | 0.15 |
| Hex | 2F | 30 | 1A | 2 | 0 | 2E | 51 | 3F | 1E | F |
| Octal | 57 | 60 | 32 | 2 | 0 | 56 | 121 | 77 | 36 | 17 |
| Binary | 101111 | 110000 | 11010 | 10 | 0 | 101110 | 1010001 | 111111 | 11110 | 1111 |
Color Harmonies of #2F301A
Complementary color
Monochromatic Colors of #2F301A
Black with #2F301A
Text Example
Text Example
White with #2F301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F301A; }
p { color: rgb(47,48,26); }
H1.HeaderClassName
{
color: #2F301A;
}
.AnyTagClassName
{
color: #2F301A;
}
</style>
background-color css
<style>
a { background-color: #2F301A; }
a { background-color: rgb(47,48,26); }
div.DivClassName
{
background-color: #2F301A;
}
.BgClassName
{
background-color: #2F301A;
}
</style>
border-color css
<style>
span { border-color: #2F301A; }
span { border-color: rgb(47,48,26); }
td.TdClassName
{
border-color: #2F301A;
}
.TagClassName
{
border-color: #2F301A;
}
</style>