#2E3009

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

Shades of Karaka #2E3009

Tints of Karaka #2E3009

Color information

#2E3009 (or 0x2E3009) is unknown color: approx Karaka. HEX triplet: 2E, 30 and 09. RGB value is (46,48,9). Sum of RGB (Red+Green+Blue) = 46+48+9=103 (13% of max value = 765). Red value is 46 (18.36% from 255 or 44.66% from 103); Green value is 48 (19.14% from 255 or 46.60% from 103); Blue value is 9 (3.91% from 255 or 8.74% from 103); Max value from RGB is 48 - color contains mainly: green. Hex color #2E3009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3009 is #D1CFF6. Grayscale: #2B2B2B. Windows color (decimal): -13750263 or 602158. OLE color: 602158.

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

Color convert

RGB46489-
CMYK0.0400.810.81
HSL63.08º68.42%11.18%-
HSV(B)63.08º81.25%18.82%-
XYZ2.232.710.66-
YUV42.96108.84130.17-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 44.66%
GREEN value IS 48 (19.14% from 255) = 46.60%
BLUE value IS 9 (3.91% from 255) = 8.74%
R=44.66%
G=46.60%
B=8.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal464890.0400.810.8163.0868.4211.18
Hex2E3094051513f44b
Octal566011401211217710413
Binary101110110000100110001010001101000111111110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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