Shades of Karaka #2F300F
Tints of Karaka #2F300F
RGB
CMYK
RGB Variations
Color information
#2F300F (or 0x2F300F) is known color: Karaka. HEX triplet: 2F, 30 and 0F. RGB value is (47,48,15). Sum of RGB (Red+Green+Blue) = 47+48+15=110 (14% of max value = 765). Red value is 47 (18.75% from 255 or 42.73% from 110); Green value is 48 (19.14% from 255 or 43.64% from 110); Blue value is 15 (6.25% from 255 or 13.64% from 110); Max value from RGB is 48 - color contains mainly: green. Hex color #2F300F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F300F is #D0CFF0. Grayscale: #2C2C2C. Windows color (decimal): -13684721 or 995375. OLE color: 995375.
HSL color Cylindrical-coordinate representation of color #2F300F: hue angle of 61.82º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F300F is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 47 | 48 | 15 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.81 |
| HSL | 61.82º | 0.52% | 0.12% | - |
| HSV(B) | 61.82º | 0.69% | 0.19% | - |
| XYZ | 2.32 | 2.75 | 0.86 | - |
| YUV | 43.94 | 111.67 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 48 | 15 | 0.02 | 0 | 0.69 | 0.81 | 61.82 | 0.52 | 0.12 |
| Hex | 2F | 30 | F | 2 | 0 | 45 | 51 | 3E | 34 | C |
| Octal | 57 | 60 | 17 | 2 | 0 | 105 | 121 | 76 | 64 | 14 |
| Binary | 101111 | 110000 | 1111 | 10 | 0 | 1000101 | 1010001 | 111110 | 110100 | 1100 |
Color Harmonies of #2F300F
Complementary color
Monochromatic Colors of #2F300F
Black with #2F300F
Text Example
Text Example
White with #2F300F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F300F; }
p { color: rgb(47,48,15); }
H1.HeaderClassName
{
color: #2F300F;
}
.AnyTagClassName
{
color: #2F300F;
}
</style>
background-color css
<style>
a { background-color: #2F300F; }
a { background-color: rgb(47,48,15); }
div.DivClassName
{
background-color: #2F300F;
}
.BgClassName
{
background-color: #2F300F;
}
</style>
border-color css
<style>
span { border-color: #2F300F; }
span { border-color: rgb(47,48,15); }
td.TdClassName
{
border-color: #2F300F;
}
.TagClassName
{
border-color: #2F300F;
}
</style>