Shades of Karaka #2E2F0A
Tints of Karaka #2E2F0A
RGB
CMYK
RGB Variations
Color information
#2E2F0A (or 0x2E2F0A) is known color: Karaka. HEX triplet: 2E, 2F and 0A. RGB value is (46,47,10). Sum of RGB (Red+Green+Blue) = 46+47+10=103 (13% of max value = 765). Red value is 46 (18.36% from 255 or 44.66% from 103); Green value is 47 (18.75% from 255 or 45.63% from 103); Blue value is 10 (4.30% from 255 or 9.71% from 103); Max value from RGB is 47 - color contains mainly: green. Hex color #2E2F0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2F0A is #D1D0F5. Grayscale: #2A2A2A. Windows color (decimal): -13750518 or 667438. OLE color: 667438.
HSL color Cylindrical-coordinate representation of color #2E2F0A: hue angle of 61.62º degrees, saturation: 0.65, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E2F0A is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 47 | 10 | - |
| CMYK | 0.02 | 0 | 0.79 | 0.82 |
| HSL | 61.62º | 0.65% | 0.11% | - |
| HSV(B) | 61.62º | 0.79% | 0.18% | - |
| XYZ | 2.2 | 2.64 | 0.68 | - |
| YUV | 42.48 | 109.67 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 47 | 10 | 0.02 | 0 | 0.79 | 0.82 | 61.62 | 0.65 | 0.11 |
| Hex | 2E | 2F | A | 2 | 0 | 4F | 52 | 3E | 41 | B |
| Octal | 56 | 57 | 12 | 2 | 0 | 117 | 122 | 76 | 101 | 13 |
| Binary | 101110 | 101111 | 1010 | 10 | 0 | 1001111 | 1010010 | 111110 | 1000001 | 1011 |
Color Harmonies of #2E2F0A
Complementary color
Monochromatic Colors of #2E2F0A
Black with #2E2F0A
Text Example
Text Example
White with #2E2F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2F0A; }
p { color: rgb(46,47,10); }
H1.HeaderClassName
{
color: #2E2F0A;
}
.AnyTagClassName
{
color: #2E2F0A;
}
</style>
background-color css
<style>
a { background-color: #2E2F0A; }
a { background-color: rgb(46,47,10); }
div.DivClassName
{
background-color: #2E2F0A;
}
.BgClassName
{
background-color: #2E2F0A;
}
</style>
border-color css
<style>
span { border-color: #2E2F0A; }
span { border-color: rgb(46,47,10); }
td.TdClassName
{
border-color: #2E2F0A;
}
.TagClassName
{
border-color: #2E2F0A;
}
</style>