#2E3004

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

Shades of Karaka #2E3004

Tints of Karaka #2E3004

Color information

#2E3004 (or 0x2E3004) is unknown color: approx Karaka. HEX triplet: 2E, 30 and 04. RGB value is (46,48,4). Sum of RGB (Red+Green+Blue) = 46+48+4=98 (12% of max value = 765). Red value is 46 (18.36% from 255 or 46.94% from 98); Green value is 48 (19.14% from 255 or 48.98% from 98); Blue value is 4 (1.95% from 255 or 4.08% from 98); Max value from RGB is 48 - color contains mainly: green. Hex color #2E3004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3004 is #D1CFFB. Grayscale: #2A2A2A. Windows color (decimal): -13750268 or 274478. OLE color: 274478.

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

Color convert

RGB46484-
CMYK0.0400.920.81
HSL62.73º84.62%10.2%-
HSV(B)62.73º91.67%18.82%-
XYZ2.212.70.52-
YUV42.39106.34130.58-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 46.94%
GREEN value IS 48 (19.14% from 255) = 48.98%
BLUE value IS 4 (1.95% from 255) = 4.08%
R=46.94%
G=48.98%
B=4.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal464840.0400.920.8162.7384.6210.2
Hex2E304405C513f55a
Octal56604401341217712512
Binary10111011000010010001011100101000111111110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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