Shades of Karaka #2C2E08
Tints of Karaka #2C2E08
RGB
CMYK
RGB Variations
Color information
#2C2E08 (or 0x2C2E08) is known color: Karaka. HEX triplet: 2C, 2E and 08. RGB value is (44,46,8). Sum of RGB (Red+Green+Blue) = 44+46+8=98 (12% of max value = 765). Red value is 44 (17.58% from 255 or 44.90% from 98); Green value is 46 (18.36% from 255 or 46.94% from 98); Blue value is 8 (3.52% from 255 or 8.16% from 98); Max value from RGB is 46 - color contains mainly: green. Hex color #2C2E08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C2E08 is #D3D1F7. Grayscale: #292929. Windows color (decimal): -13881848 or 536108. OLE color: 536108.
HSL color Cylindrical-coordinate representation of color #2C2E08: hue angle of 63.16º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2C2E08 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 44 | 46 | 8 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.82 |
| HSL | 63.16º | 0.7% | 0.11% | - |
| HSV(B) | 63.16º | 0.83% | 0.18% | - |
| XYZ | 2.06 | 2.51 | 0.61 | - |
| YUV | 41.07 | 109.34 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 46 | 8 | 0.04 | 0 | 0.83 | 0.82 | 63.16 | 0.7 | 0.11 |
| Hex | 2C | 2E | 8 | 4 | 0 | 53 | 52 | 3F | 46 | B |
| Octal | 54 | 56 | 10 | 4 | 0 | 123 | 122 | 77 | 106 | 13 |
| Binary | 101100 | 101110 | 1000 | 100 | 0 | 1010011 | 1010010 | 111111 | 1000110 | 1011 |
Color Harmonies of #2C2E08
Complementary color
Monochromatic Colors of #2C2E08
Black with #2C2E08
Text Example
Text Example
White with #2C2E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2E08; }
p { color: rgb(44,46,8); }
H1.HeaderClassName
{
color: #2C2E08;
}
.AnyTagClassName
{
color: #2C2E08;
}
</style>
background-color css
<style>
a { background-color: #2C2E08; }
a { background-color: rgb(44,46,8); }
div.DivClassName
{
background-color: #2C2E08;
}
.BgClassName
{
background-color: #2C2E08;
}
</style>
border-color css
<style>
span { border-color: #2C2E08; }
span { border-color: rgb(44,46,8); }
td.TdClassName
{
border-color: #2C2E08;
}
.TagClassName
{
border-color: #2C2E08;
}
</style>