#2E300A

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

Shades of Karaka #2E300A

Tints of Karaka #2E300A

Color information

#2E300A (or 0x2E300A) is unknown color: approx Karaka. HEX triplet: 2E, 30 and 0A. RGB value is (46,48,10). Sum of RGB (Red+Green+Blue) = 46+48+10=104 (13% of max value = 765). Red value is 46 (18.36% from 255 or 44.23% from 104); Green value is 48 (19.14% from 255 or 46.15% from 104); Blue value is 10 (4.30% from 255 or 9.62% from 104); Max value from RGB is 48 - color contains mainly: green. Hex color #2E300A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E300A is #D1CFF5. Grayscale: #2B2B2B. Windows color (decimal): -13750262 or 667694. OLE color: 667694.

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

Color convert

RGB464810-
CMYK0.0400.790.81
HSL63.16º65.52%11.37%-
HSV(B)63.16º79.17%18.82%-
XYZ2.242.720.69-
YUV43.07109.34130.09-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 44.23%
GREEN value IS 48 (19.14% from 255) = 46.15%
BLUE value IS 10 (4.30% from 255) = 9.62%
R=44.23%
G=46.15%
B=9.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4648100.0400.790.8163.1665.5211.37
Hex2E30A404F513f42b
Octal566012401171217710213
Binary101110110000101010001001111101000111111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E300A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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