Shades of Karaka #292A08
Tints of Karaka #292A08
RGB
CMYK
RGB Variations
Color information
#292A08 (or 0x292A08) is known color: Karaka. HEX triplet: 29, 2A and 08. RGB value is (41,42,8). Sum of RGB (Red+Green+Blue) = 41+42+8=91 (12% of max value = 765). Red value is 41 (16.41% from 255 or 45.05% from 91); Green value is 42 (16.80% from 255 or 46.15% from 91); Blue value is 8 (3.52% from 255 or 8.79% from 91); Max value from RGB is 42 - color contains mainly: green. Hex color #292A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292A08 is #D6D5F7. Grayscale: #252525. Windows color (decimal): -14079480 or 535081. OLE color: 535081.
HSL color Cylindrical-coordinate representation of color #292A08: hue angle of 61.76º degrees, saturation: 0.68, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #292A08 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 42 | 8 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.84 |
| HSL | 61.76º | 0.68% | 0.1% | - |
| HSV(B) | 61.76º | 0.81% | 0.16% | - |
| XYZ | 1.79 | 2.14 | 0.55 | - |
| YUV | 37.83 | 111.17 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 42 | 8 | 0.02 | 0 | 0.81 | 0.84 | 61.76 | 0.68 | 0.1 |
| Hex | 29 | 2A | 8 | 2 | 0 | 51 | 54 | 3E | 44 | A |
| Octal | 51 | 52 | 10 | 2 | 0 | 121 | 124 | 76 | 104 | 12 |
| Binary | 101001 | 101010 | 1000 | 10 | 0 | 1010001 | 1010100 | 111110 | 1000100 | 1010 |
Color Harmonies of #292A08
Complementary color
Monochromatic Colors of #292A08
Black with #292A08
Text Example
Text Example
White with #292A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292A08; }
p { color: rgb(41,42,8); }
H1.HeaderClassName
{
color: #292A08;
}
.AnyTagClassName
{
color: #292A08;
}
</style>
background-color css
<style>
a { background-color: #292A08; }
a { background-color: rgb(41,42,8); }
div.DivClassName
{
background-color: #292A08;
}
.BgClassName
{
background-color: #292A08;
}
</style>
border-color css
<style>
span { border-color: #292A08; }
span { border-color: rgb(41,42,8); }
td.TdClassName
{
border-color: #292A08;
}
.TagClassName
{
border-color: #292A08;
}
</style>