Shades of Karaka #2E2F12
Tints of Karaka #2E2F12
RGB
CMYK
RGB Variations
Color information
#2E2F12 (or 0x2E2F12) is known color: Karaka. HEX triplet: 2E, 2F and 12. RGB value is (46,47,18). Sum of RGB (Red+Green+Blue) = 46+47+18=111 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.44% from 111); Green value is 47 (18.75% from 255 or 42.34% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 47 - color contains mainly: green. Hex color #2E2F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2F12 is #D1D0ED. Grayscale: #2B2B2B. Windows color (decimal): -13750510 or 1191726. OLE color: 1191726.
HSL color Cylindrical-coordinate representation of color #2E2F12: hue angle of 62.07º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E2F12 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 47 | 18 | - |
| CMYK | 0.02 | 0 | 0.62 | 0.82 |
| HSL | 62.07º | 0.45% | 0.13% | - |
| HSV(B) | 62.07º | 0.62% | 0.18% | - |
| XYZ | 2.25 | 2.66 | 0.97 | - |
| YUV | 43.4 | 113.67 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 47 | 18 | 0.02 | 0 | 0.62 | 0.82 | 62.07 | 0.45 | 0.13 |
| Hex | 2E | 2F | 12 | 2 | 0 | 3E | 52 | 3E | 2D | D |
| Octal | 56 | 57 | 22 | 2 | 0 | 76 | 122 | 76 | 55 | 15 |
| Binary | 101110 | 101111 | 10010 | 10 | 0 | 111110 | 1010010 | 111110 | 101101 | 1101 |
Color Harmonies of #2E2F12
Complementary color
Monochromatic Colors of #2E2F12
Black with #2E2F12
Text Example
Text Example
White with #2E2F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2F12; }
p { color: rgb(46,47,18); }
H1.HeaderClassName
{
color: #2E2F12;
}
.AnyTagClassName
{
color: #2E2F12;
}
</style>
background-color css
<style>
a { background-color: #2E2F12; }
a { background-color: rgb(46,47,18); }
div.DivClassName
{
background-color: #2E2F12;
}
.BgClassName
{
background-color: #2E2F12;
}
</style>
border-color css
<style>
span { border-color: #2E2F12; }
span { border-color: rgb(46,47,18); }
td.TdClassName
{
border-color: #2E2F12;
}
.TagClassName
{
border-color: #2E2F12;
}
</style>