Shades of Karaka #2F3000
Tints of Karaka #2F3000
RGB
CMYK
RGB Variations
Color information
#2F3000 (or 0x2F3000) is known color: Karaka. HEX triplet: 2F, 30 and 00. RGB value is (47,48,0). Sum of RGB (Red+Green+Blue) = 47+48+0=95 (12% of max value = 765). Red value is 47 (18.75% from 255 or 49.47% from 95); Green value is 48 (19.14% from 255 or 50.53% from 95); Blue value is 0 (0.39% from 255 or 0% from 95); Max value from RGB is 48 - color contains mainly: green. Hex color #2F3000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3000 is #D0CFFF. Grayscale: #2A2A2A. Windows color (decimal): -13684736 or 12335. OLE color: 12335.
HSL color Cylindrical-coordinate representation of color #2F3000: hue angle of 61.25º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F3000 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 47 | 48 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.81 |
| HSL | 61.25º | 1% | 0.09% | - |
| HSV(B) | 61.25º | 1% | 0.19% | - |
| XYZ | 2.23 | 2.72 | 0.41 | - |
| YUV | 42.23 | 104.17 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 48 | 0 | 0.02 | 0 | 1 | 0.81 | 61.25 | 1 | 0.09 |
| Hex | 2F | 30 | 0 | 2 | 0 | 64 | 51 | 3D | 64 | 9 |
| Octal | 57 | 60 | 0 | 2 | 0 | 144 | 121 | 75 | 144 | 11 |
| Binary | 101111 | 110000 | 0 | 10 | 0 | 1100100 | 1010001 | 111101 | 1100100 | 1001 |
Color Harmonies of #2F3000
Complementary color
Monochromatic Colors of #2F3000
Black with #2F3000
Text Example
Text Example
White with #2F3000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3000; }
p { color: rgb(47,48,0); }
H1.HeaderClassName
{
color: #2F3000;
}
.AnyTagClassName
{
color: #2F3000;
}
</style>
background-color css
<style>
a { background-color: #2F3000; }
a { background-color: rgb(47,48,0); }
div.DivClassName
{
background-color: #2F3000;
}
.BgClassName
{
background-color: #2F3000;
}
</style>
border-color css
<style>
span { border-color: #2F3000; }
span { border-color: rgb(47,48,0); }
td.TdClassName
{
border-color: #2F3000;
}
.TagClassName
{
border-color: #2F3000;
}
</style>