Shades of Karaka #2E3002
Tints of Karaka #2E3002
RGB
CMYK
RGB Variations
Color information
#2E3002 (or 0x2E3002) is known color: Karaka. HEX triplet: 2E, 30 and 02. RGB value is (46,48,2). Sum of RGB (Red+Green+Blue) = 46+48+2=96 (12% of max value = 765). Red value is 46 (18.36% from 255 or 47.92% from 96); Green value is 48 (19.14% from 255 or 50% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 48 - color contains mainly: green. Hex color #2E3002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3002 is #D1CFFD. Grayscale: #2A2A2A. Windows color (decimal): -13750270 or 143406. OLE color: 143406.
HSL color Cylindrical-coordinate representation of color #2E3002: hue angle of 62.61º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E3002 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 46 | 48 | 2 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.81 |
| HSL | 62.61º | 0.92% | 0.1% | - |
| HSV(B) | 62.61º | 0.96% | 0.19% | - |
| XYZ | 2.19 | 2.7 | 0.46 | - |
| YUV | 42.16 | 105.34 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 48 | 2 | 0.04 | 0 | 0.96 | 0.81 | 62.61 | 0.92 | 0.1 |
| Hex | 2E | 30 | 2 | 4 | 0 | 60 | 51 | 3F | 5C | A |
| Octal | 56 | 60 | 2 | 4 | 0 | 140 | 121 | 77 | 134 | 12 |
| Binary | 101110 | 110000 | 10 | 100 | 0 | 1100000 | 1010001 | 111111 | 1011100 | 1010 |
Color Harmonies of #2E3002
Complementary color
Monochromatic Colors of #2E3002
Black with #2E3002
Text Example
Text Example
White with #2E3002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3002; }
p { color: rgb(46,48,2); }
H1.HeaderClassName
{
color: #2E3002;
}
.AnyTagClassName
{
color: #2E3002;
}
</style>
background-color css
<style>
a { background-color: #2E3002; }
a { background-color: rgb(46,48,2); }
div.DivClassName
{
background-color: #2E3002;
}
.BgClassName
{
background-color: #2E3002;
}
</style>
border-color css
<style>
span { border-color: #2E3002; }
span { border-color: rgb(46,48,2); }
td.TdClassName
{
border-color: #2E3002;
}
.TagClassName
{
border-color: #2E3002;
}
</style>