Shades of Karaka #2E3009
Tints of Karaka #2E3009
RGB
CMYK
RGB Variations
Color information
#2E3009 (or 0x2E3009) is known color: Karaka. HEX triplet: 2E, 30 and 09. RGB value is (46,48,9). Sum of RGB (Red+Green+Blue) = 46+48+9=103 (13% of max value = 765). Red value is 46 (18.36% from 255 or 44.66% from 103); Green value is 48 (19.14% from 255 or 46.60% from 103); Blue value is 9 (3.91% from 255 or 8.74% from 103); Max value from RGB is 48 - color contains mainly: green. Hex color #2E3009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3009 is #D1CFF6. Grayscale: #2B2B2B. Windows color (decimal): -13750263 or 602158. OLE color: 602158.
HSL color Cylindrical-coordinate representation of color #2E3009: hue angle of 63.08º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E3009 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 46 | 48 | 9 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.81 |
| HSL | 63.08º | 0.68% | 0.11% | - |
| HSV(B) | 63.08º | 0.81% | 0.19% | - |
| XYZ | 2.23 | 2.71 | 0.66 | - |
| YUV | 42.96 | 108.84 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 48 | 9 | 0.04 | 0 | 0.81 | 0.81 | 63.08 | 0.68 | 0.11 |
| Hex | 2E | 30 | 9 | 4 | 0 | 51 | 51 | 3F | 44 | B |
| Octal | 56 | 60 | 11 | 4 | 0 | 121 | 121 | 77 | 104 | 13 |
| Binary | 101110 | 110000 | 1001 | 100 | 0 | 1010001 | 1010001 | 111111 | 1000100 | 1011 |
Color Harmonies of #2E3009
Complementary color
Monochromatic Colors of #2E3009
Black with #2E3009
Text Example
Text Example
White with #2E3009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3009; }
p { color: rgb(46,48,9); }
H1.HeaderClassName
{
color: #2E3009;
}
.AnyTagClassName
{
color: #2E3009;
}
</style>
background-color css
<style>
a { background-color: #2E3009; }
a { background-color: rgb(46,48,9); }
div.DivClassName
{
background-color: #2E3009;
}
.BgClassName
{
background-color: #2E3009;
}
</style>
border-color css
<style>
span { border-color: #2E3009; }
span { border-color: rgb(46,48,9); }
td.TdClassName
{
border-color: #2E3009;
}
.TagClassName
{
border-color: #2E3009;
}
</style>