#2E3002

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

Shades of Karaka #2E3002

Tints of Karaka #2E3002

Color information

#2E3002 (or 0x2E3002) is unknown color: approx Karaka. HEX triplet: 2E, 30 and 02. RGB value is (46,48,2). Sum of RGB (Red+Green+Blue) = 46+48+2=96 (12% of max value = 765). Red value is 46 (18.36% from 255 or 47.92% from 96); Green value is 48 (19.14% from 255 or 50% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 48 - color contains mainly: green. Hex color #2E3002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3002 is #D1CFFD. Grayscale: #2A2A2A. Windows color (decimal): -13750270 or 143406. OLE color: 143406.

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

Color convert

RGB46482-
CMYK0.0400.960.81
HSL62.61º92%9.8%-
HSV(B)62.61º95.83%18.82%-
XYZ2.192.70.46-
YUV42.16105.34130.74-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 47.92%
GREEN value IS 48 (19.14% from 255) = 50%
BLUE value IS 2 (1.17% from 255) = 2.08%
R=47.92%
G=50%
B=2.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal464820.0400.960.8162.61929.8
Hex2E3024060513f5ca
Octal56602401401217713412
Binary1011101100001010001100000101000111111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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