Shades of Karaka #2E2F09
Tints of Karaka #2E2F09
RGB
CMYK
RGB Variations
Color information
#2E2F09 (or 0x2E2F09) is known color: Karaka. HEX triplet: 2E, 2F and 09. RGB value is (46,47,9). Sum of RGB (Red+Green+Blue) = 46+47+9=102 (13% of max value = 765). Red value is 46 (18.36% from 255 or 45.10% from 102); Green value is 47 (18.75% from 255 or 46.08% from 102); Blue value is 9 (3.91% from 255 or 8.82% from 102); Max value from RGB is 47 - color contains mainly: green. Hex color #2E2F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2F09 is #D1D0F6. Grayscale: #2A2A2A. Windows color (decimal): -13750519 or 601902. OLE color: 601902.
HSL color Cylindrical-coordinate representation of color #2E2F09: hue angle of 61.58º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E2F09 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 47 | 9 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.82 |
| HSL | 61.58º | 0.68% | 0.11% | - |
| HSV(B) | 61.58º | 0.81% | 0.18% | - |
| XYZ | 2.19 | 2.63 | 0.65 | - |
| YUV | 42.37 | 109.17 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 47 | 9 | 0.02 | 0 | 0.81 | 0.82 | 61.58 | 0.68 | 0.11 |
| Hex | 2E | 2F | 9 | 2 | 0 | 51 | 52 | 3E | 44 | B |
| Octal | 56 | 57 | 11 | 2 | 0 | 121 | 122 | 76 | 104 | 13 |
| Binary | 101110 | 101111 | 1001 | 10 | 0 | 1010001 | 1010010 | 111110 | 1000100 | 1011 |
Color Harmonies of #2E2F09
Complementary color
Monochromatic Colors of #2E2F09
Black with #2E2F09
Text Example
Text Example
White with #2E2F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2F09; }
p { color: rgb(46,47,9); }
H1.HeaderClassName
{
color: #2E2F09;
}
.AnyTagClassName
{
color: #2E2F09;
}
</style>
background-color css
<style>
a { background-color: #2E2F09; }
a { background-color: rgb(46,47,9); }
div.DivClassName
{
background-color: #2E2F09;
}
.BgClassName
{
background-color: #2E2F09;
}
</style>
border-color css
<style>
span { border-color: #2E2F09; }
span { border-color: rgb(46,47,9); }
td.TdClassName
{
border-color: #2E2F09;
}
.TagClassName
{
border-color: #2E2F09;
}
</style>