#2E3006

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

Shades of Karaka #2E3006

Tints of Karaka #2E3006

Color information

#2E3006 (or 0x2E3006) is unknown color: approx Karaka. HEX triplet: 2E, 30 and 06. RGB value is (46,48,6). Sum of RGB (Red+Green+Blue) = 46+48+6=100 (13% of max value = 765). Red value is 46 (18.36% from 255 or 46% from 100); Green value is 48 (19.14% from 255 or 48% from 100); Blue value is 6 (2.73% from 255 or 6% from 100); Max value from RGB is 48 - color contains mainly: green. Hex color #2E3006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3006 is #D1CFF9. Grayscale: #2A2A2A. Windows color (decimal): -13750266 or 405550. OLE color: 405550.

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

Color convert

RGB46486-
CMYK0.0400.870.81
HSL62.86º77.78%10.59%-
HSV(B)62.86º87.5%18.82%-
XYZ2.222.710.58-
YUV42.61107.34130.42-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 46%
GREEN value IS 48 (19.14% from 255) = 48%
BLUE value IS 6 (2.73% from 255) = 6%
R=46%
G=48%
B=6%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal464860.0400.870.8162.8677.7810.59
Hex2E3064057513f4eb
Octal56606401271217711613
Binary10111011000011010001010111101000111111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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