Shades of Karaka #2A2B06
Tints of Karaka #2A2B06
RGB
CMYK
RGB Variations
Color information
#2A2B06 (or 0x2A2B06) is known color: Karaka. HEX triplet: 2A, 2B and 06. RGB value is (42,43,6). Sum of RGB (Red+Green+Blue) = 42+43+6=91 (12% of max value = 765). Red value is 42 (16.80% from 255 or 46.15% from 91); Green value is 43 (17.19% from 255 or 47.25% from 91); Blue value is 6 (2.73% from 255 or 6.59% from 91); Max value from RGB is 43 - color contains mainly: green. Hex color #2A2B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2B06 is #D5D4F9. Grayscale: #262626. Windows color (decimal): -14013690 or 404266. OLE color: 404266.
HSL color Cylindrical-coordinate representation of color #2A2B06: hue angle of 61.62º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A2B06 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 42 | 43 | 6 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.83 |
| HSL | 61.62º | 0.76% | 0.1% | - |
| HSV(B) | 61.62º | 0.86% | 0.17% | - |
| XYZ | 1.85 | 2.23 | 0.51 | - |
| YUV | 38.48 | 109.67 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 43 | 6 | 0.02 | 0 | 0.86 | 0.83 | 61.62 | 0.76 | 0.1 |
| Hex | 2A | 2B | 6 | 2 | 0 | 56 | 53 | 3E | 4C | A |
| Octal | 52 | 53 | 6 | 2 | 0 | 126 | 123 | 76 | 114 | 12 |
| Binary | 101010 | 101011 | 110 | 10 | 0 | 1010110 | 1010011 | 111110 | 1001100 | 1010 |
Color Harmonies of #2A2B06
Complementary color
Monochromatic Colors of #2A2B06
Black with #2A2B06
Text Example
Text Example
White with #2A2B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2B06; }
p { color: rgb(42,43,6); }
H1.HeaderClassName
{
color: #2A2B06;
}
.AnyTagClassName
{
color: #2A2B06;
}
</style>
background-color css
<style>
a { background-color: #2A2B06; }
a { background-color: rgb(42,43,6); }
div.DivClassName
{
background-color: #2A2B06;
}
.BgClassName
{
background-color: #2A2B06;
}
</style>
border-color css
<style>
span { border-color: #2A2B06; }
span { border-color: rgb(42,43,6); }
td.TdClassName
{
border-color: #2A2B06;
}
.TagClassName
{
border-color: #2A2B06;
}
</style>