Shades of Karaka #2D2F09
Tints of Karaka #2D2F09
RGB
CMYK
RGB Variations
Color information
#2D2F09 (or 0x2D2F09) is known color: Karaka. HEX triplet: 2D, 2F and 09. RGB value is (45,47,9). Sum of RGB (Red+Green+Blue) = 45+47+9=101 (13% of max value = 765). Red value is 45 (17.97% from 255 or 44.55% from 101); Green value is 47 (18.75% from 255 or 46.53% from 101); Blue value is 9 (3.91% from 255 or 8.91% from 101); Max value from RGB is 47 - color contains mainly: green. Hex color #2D2F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D2F09 is #D2D0F6. Grayscale: #2A2A2A. Windows color (decimal): -13816055 or 601901. OLE color: 601901.
HSL color Cylindrical-coordinate representation of color #2D2F09: hue angle of 63.16º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D2F09 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 47 | 9 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.82 |
| HSL | 63.16º | 0.68% | 0.11% | - |
| HSV(B) | 63.16º | 0.81% | 0.18% | - |
| XYZ | 2.15 | 2.61 | 0.65 | - |
| YUV | 42.07 | 109.34 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 47 | 9 | 0.04 | 0 | 0.81 | 0.82 | 63.16 | 0.68 | 0.11 |
| Hex | 2D | 2F | 9 | 4 | 0 | 51 | 52 | 3F | 44 | B |
| Octal | 55 | 57 | 11 | 4 | 0 | 121 | 122 | 77 | 104 | 13 |
| Binary | 101101 | 101111 | 1001 | 100 | 0 | 1010001 | 1010010 | 111111 | 1000100 | 1011 |
Color Harmonies of #2D2F09
Complementary color
Monochromatic Colors of #2D2F09
Black with #2D2F09
Text Example
Text Example
White with #2D2F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2F09; }
p { color: rgb(45,47,9); }
H1.HeaderClassName
{
color: #2D2F09;
}
.AnyTagClassName
{
color: #2D2F09;
}
</style>
background-color css
<style>
a { background-color: #2D2F09; }
a { background-color: rgb(45,47,9); }
div.DivClassName
{
background-color: #2D2F09;
}
.BgClassName
{
background-color: #2D2F09;
}
</style>
border-color css
<style>
span { border-color: #2D2F09; }
span { border-color: rgb(45,47,9); }
td.TdClassName
{
border-color: #2D2F09;
}
.TagClassName
{
border-color: #2D2F09;
}
</style>