Shades of Karaka #2E2F07
Tints of Karaka #2E2F07
RGB
CMYK
RGB Variations
Color information
#2E2F07 (or 0x2E2F07) is known color: Karaka. HEX triplet: 2E, 2F and 07. RGB value is (46,47,7). Sum of RGB (Red+Green+Blue) = 46+47+7=100 (13% of max value = 765). Red value is 46 (18.36% from 255 or 46% from 100); Green value is 47 (18.75% from 255 or 47% from 100); Blue value is 7 (3.12% from 255 or 7% from 100); Max value from RGB is 47 - color contains mainly: green. Hex color #2E2F07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2F07 is #D1D0F8. Grayscale: #2A2A2A. Windows color (decimal): -13750521 or 470830. OLE color: 470830.
HSL color Cylindrical-coordinate representation of color #2E2F07: hue angle of 61.5º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E2F07 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 47 | 7 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.82 |
| HSL | 61.5º | 0.74% | 0.11% | - |
| HSV(B) | 61.5º | 0.85% | 0.18% | - |
| XYZ | 2.18 | 2.63 | 0.59 | - |
| YUV | 42.14 | 108.17 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 47 | 7 | 0.02 | 0 | 0.85 | 0.82 | 61.5 | 0.74 | 0.11 |
| Hex | 2E | 2F | 7 | 2 | 0 | 55 | 52 | 3E | 4A | B |
| Octal | 56 | 57 | 7 | 2 | 0 | 125 | 122 | 76 | 112 | 13 |
| Binary | 101110 | 101111 | 111 | 10 | 0 | 1010101 | 1010010 | 111110 | 1001010 | 1011 |
Color Harmonies of #2E2F07
Complementary color
Monochromatic Colors of #2E2F07
Black with #2E2F07
Text Example
Text Example
White with #2E2F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2F07; }
p { color: rgb(46,47,7); }
H1.HeaderClassName
{
color: #2E2F07;
}
.AnyTagClassName
{
color: #2E2F07;
}
</style>
background-color css
<style>
a { background-color: #2E2F07; }
a { background-color: rgb(46,47,7); }
div.DivClassName
{
background-color: #2E2F07;
}
.BgClassName
{
background-color: #2E2F07;
}
</style>
border-color css
<style>
span { border-color: #2E2F07; }
span { border-color: rgb(46,47,7); }
td.TdClassName
{
border-color: #2E2F07;
}
.TagClassName
{
border-color: #2E2F07;
}
</style>