Shades of Karaka #2F3100
Tints of Karaka #2F3100
RGB
CMYK
RGB Variations
Color information
#2F3100 (or 0x2F3100) is known color: Karaka. HEX triplet: 2F, 31 and 00. RGB value is (47,49,0). Sum of RGB (Red+Green+Blue) = 47+49+0=96 (12% of max value = 765). Red value is 47 (18.75% from 255 or 48.96% from 96); Green value is 49 (19.53% from 255 or 51.04% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 49 - color contains mainly: green. Hex color #2F3100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3100 is #D0CEFF. Grayscale: #2B2B2B. Windows color (decimal): -13684480 or 12591. OLE color: 12591.
HSL color Cylindrical-coordinate representation of color #2F3100: hue angle of 62.45º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F3100 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 47 | 49 | 0 | - |
| CMYK | 0.04 | 0 | 1 | 0.81 |
| HSL | 62.45º | 1% | 0.1% | - |
| HSV(B) | 62.45º | 1% | 0.19% | - |
| XYZ | 2.27 | 2.8 | 0.42 | - |
| YUV | 42.82 | 103.84 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 49 | 0 | 0.04 | 0 | 1 | 0.81 | 62.45 | 1 | 0.1 |
| Hex | 2F | 31 | 0 | 4 | 0 | 64 | 51 | 3E | 64 | A |
| Octal | 57 | 61 | 0 | 4 | 0 | 144 | 121 | 76 | 144 | 12 |
| Binary | 101111 | 110001 | 0 | 100 | 0 | 1100100 | 1010001 | 111110 | 1100100 | 1010 |
Color Harmonies of #2F3100
Complementary color
Monochromatic Colors of #2F3100
Black with #2F3100
Text Example
Text Example
White with #2F3100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3100; }
p { color: rgb(47,49,0); }
H1.HeaderClassName
{
color: #2F3100;
}
.AnyTagClassName
{
color: #2F3100;
}
</style>
background-color css
<style>
a { background-color: #2F3100; }
a { background-color: rgb(47,49,0); }
div.DivClassName
{
background-color: #2F3100;
}
.BgClassName
{
background-color: #2F3100;
}
</style>
border-color css
<style>
span { border-color: #2F3100; }
span { border-color: rgb(47,49,0); }
td.TdClassName
{
border-color: #2F3100;
}
.TagClassName
{
border-color: #2F3100;
}
</style>