Shades of Karaka #2E2F17
Tints of Karaka #2E2F17
RGB
CMYK
RGB Variations
Color information
#2E2F17 (or 0x2E2F17) is known color: Karaka. HEX triplet: 2E, 2F and 17. RGB value is (46,47,23). Sum of RGB (Red+Green+Blue) = 46+47+23=116 (15% of max value = 765). Red value is 46 (18.36% from 255 or 39.66% from 116); Green value is 47 (18.75% from 255 or 40.52% from 116); Blue value is 23 (9.38% from 255 or 19.83% from 116); Max value from RGB is 47 - color contains mainly: green. Hex color #2E2F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2F17 is #D1D0E8. Grayscale: #2C2C2C. Windows color (decimal): -13750505 or 1519406. OLE color: 1519406.
HSL color Cylindrical-coordinate representation of color #2E2F17: hue angle of 62.5º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2E2F17 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 47 | 23 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.82 |
| HSL | 62.5º | 0.34% | 0.14% | - |
| HSV(B) | 62.5º | 0.51% | 0.18% | - |
| XYZ | 2.3 | 2.68 | 1.21 | - |
| YUV | 43.97 | 116.17 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 47 | 23 | 0.02 | 0 | 0.51 | 0.82 | 62.5 | 0.34 | 0.14 |
| Hex | 2E | 2F | 17 | 2 | 0 | 33 | 52 | 3F | 22 | E |
| Octal | 56 | 57 | 27 | 2 | 0 | 63 | 122 | 77 | 42 | 16 |
| Binary | 101110 | 101111 | 10111 | 10 | 0 | 110011 | 1010010 | 111111 | 100010 | 1110 |
Color Harmonies of #2E2F17
Complementary color
Monochromatic Colors of #2E2F17
Black with #2E2F17
Text Example
Text Example
White with #2E2F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2F17; }
p { color: rgb(46,47,23); }
H1.HeaderClassName
{
color: #2E2F17;
}
.AnyTagClassName
{
color: #2E2F17;
}
</style>
background-color css
<style>
a { background-color: #2E2F17; }
a { background-color: rgb(46,47,23); }
div.DivClassName
{
background-color: #2E2F17;
}
.BgClassName
{
background-color: #2E2F17;
}
</style>
border-color css
<style>
span { border-color: #2E2F17; }
span { border-color: rgb(46,47,23); }
td.TdClassName
{
border-color: #2E2F17;
}
.TagClassName
{
border-color: #2E2F17;
}
</style>