#2F301E

Color #2F301E Karaka (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Karaka #2F301E

Tints of Karaka #2F301E

Color information

#2F301E (or 0x2F301E) is unknown color: approx Karaka. HEX triplet: 2F, 30 and 1E. RGB value is (47,48,30). Sum of RGB (Red+Green+Blue) = 47+48+30=125 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.6% from 125); Green value is 48 (19.14% from 255 or 38.4% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 48 - color contains mainly: green. Hex color #2F301E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F301E is #D0CFE1. Grayscale: #2D2D2D. Windows color (decimal): -13684706 or 1978415. OLE color: 1978415.

HSL color Cylindrical-coordinate representation of color #2F301E: hue angle of 63.33º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2F301E is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB474830-
CMYK0.0200.370.81
HSL63.33º23.08%15.29%-
HSV(B)63.33º37.5%18.82%-
XYZ2.462.811.64-
YUV45.65119.17128.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 37.6%
GREEN value IS 48 (19.14% from 255) = 38.4%
BLUE value IS 30 (12.11% from 255) = 24%
R=37.6%
G=38.4%
B=24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4748300.0200.370.8163.3323.0815.29
Hex2F301E2025513f17f
Octal5760362045121772717
Binary101111110000111101001001011010001111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F301E; }

 p { color: rgb(47,48,30); }

 H1.HeaderClassName
 {
   color: #2F301E;
 }
 .AnyTagClassName
 {
   color: #2F301E;
 }
</style>
background-color css

<style>
 a { background-color: #2F301E; }

 a { background-color: rgb(47,48,30); }

 div.DivClassName
 {
   background-color: #2F301E;
 }
 .BgClassName
 {
   background-color: #2F301E;
 }
</style>
border-color css

<style>
 span { border-color: #2F301E; }

 span { border-color: rgb(47,48,30); }

 td.TdClassName
 {
   border-color: #2F301E;
 }
 .TagClassName
 {
   border-color: #2F301E;
 }
</style>