#2E300C

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

Shades of Karaka #2E300C

Tints of Karaka #2E300C

Color information

#2E300C (or 0x2E300C) is unknown color: approx Karaka. HEX triplet: 2E, 30 and 0C. RGB value is (46,48,12). Sum of RGB (Red+Green+Blue) = 46+48+12=106 (14% of max value = 765). Red value is 46 (18.36% from 255 or 43.40% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 48 - color contains mainly: green. Hex color #2E300C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E300C is #D1CFF3. Grayscale: #2B2B2B. Windows color (decimal): -13750260 or 798766. OLE color: 798766.

HSL color Cylindrical-coordinate representation of color #2E300C: hue angle of 63.33º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E300C is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.81.

Color convert

RGB464812-
CMYK0.0400.750.81
HSL63.33º60%11.76%-
HSV(B)63.33º75%18.82%-
XYZ2.252.720.75-
YUV43.3110.34129.93-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 43.40%
GREEN value IS 48 (19.14% from 255) = 45.28%
BLUE value IS 12 (5.08% from 255) = 11.32%
R=43.40%
G=45.28%
B=11.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4648120.0400.750.8163.336011.76
Hex2E30C404B513f3cc
Octal56601440113121777414
Binary10111011000011001000100101110100011111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,48,12); }

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

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

 a { background-color: rgb(46,48,12); }

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

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

 span { border-color: rgb(46,48,12); }

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