Shades of Karaka #2E2F0F
Tints of Karaka #2E2F0F
RGB
CMYK
RGB Variations
Color information
#2E2F0F (or 0x2E2F0F) is known color: Karaka. HEX triplet: 2E, 2F and 0F. RGB value is (46,47,15). Sum of RGB (Red+Green+Blue) = 46+47+15=108 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.59% from 108); Green value is 47 (18.75% from 255 or 43.52% from 108); Blue value is 15 (6.25% from 255 or 13.89% from 108); Max value from RGB is 47 - color contains mainly: green. Hex color #2E2F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2F0F is #D1D0F0. Grayscale: #2B2B2B. Windows color (decimal): -13750513 or 995118. OLE color: 995118.
HSL color Cylindrical-coordinate representation of color #2E2F0F: hue angle of 61.88º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E2F0F is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 47 | 15 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.82 |
| HSL | 61.88º | 0.52% | 0.12% | - |
| HSV(B) | 61.88º | 0.68% | 0.18% | - |
| XYZ | 2.23 | 2.65 | 0.85 | - |
| YUV | 43.05 | 112.17 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 47 | 15 | 0.02 | 0 | 0.68 | 0.82 | 61.88 | 0.52 | 0.12 |
| Hex | 2E | 2F | F | 2 | 0 | 44 | 52 | 3E | 34 | C |
| Octal | 56 | 57 | 17 | 2 | 0 | 104 | 122 | 76 | 64 | 14 |
| Binary | 101110 | 101111 | 1111 | 10 | 0 | 1000100 | 1010010 | 111110 | 110100 | 1100 |
Color Harmonies of #2E2F0F
Complementary color
Monochromatic Colors of #2E2F0F
Black with #2E2F0F
Text Example
Text Example
White with #2E2F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2F0F; }
p { color: rgb(46,47,15); }
H1.HeaderClassName
{
color: #2E2F0F;
}
.AnyTagClassName
{
color: #2E2F0F;
}
</style>
background-color css
<style>
a { background-color: #2E2F0F; }
a { background-color: rgb(46,47,15); }
div.DivClassName
{
background-color: #2E2F0F;
}
.BgClassName
{
background-color: #2E2F0F;
}
</style>
border-color css
<style>
span { border-color: #2E2F0F; }
span { border-color: rgb(46,47,15); }
td.TdClassName
{
border-color: #2E2F0F;
}
.TagClassName
{
border-color: #2E2F0F;
}
</style>