#2E3005

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

Shades of Karaka #2E3005

Tints of Karaka #2E3005

Color information

#2E3005 (or 0x2E3005) is unknown color: approx Karaka. HEX triplet: 2E, 30 and 05. RGB value is (46,48,5). Sum of RGB (Red+Green+Blue) = 46+48+5=99 (13% of max value = 765). Red value is 46 (18.36% from 255 or 46.46% from 99); Green value is 48 (19.14% from 255 or 48.48% from 99); Blue value is 5 (2.34% from 255 or 5.05% from 99); Max value from RGB is 48 - color contains mainly: green. Hex color #2E3005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3005 is #D1CFFA. Grayscale: #2A2A2A. Windows color (decimal): -13750267 or 340014. OLE color: 340014.

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

Color convert

RGB46485-
CMYK0.0400.900.81
HSL62.79º81.13%10.39%-
HSV(B)62.79º89.58%18.82%-
XYZ2.212.710.55-
YUV42.5106.84130.5-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 46.46%
GREEN value IS 48 (19.14% from 255) = 48.48%
BLUE value IS 5 (2.34% from 255) = 5.05%
R=46.46%
G=48.48%
B=5.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal464850.0400.900.8162.7981.1310.39
Hex2E305405A513f51a
Octal56605401321217712112
Binary10111011000010110001011010101000111111110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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