Html Css Color HEX #2E300C Karaka

📋 copy color: '#2E300C'

red 46 ◦ green 48 ◦ blue 12

#2E300C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Karaka #2E300C

Tints of Karaka #2E300C

RGB

 RED value IS 46 (18.36% from 255) = 43.4%

 GREEN value IS 48 (19.14% from 255) = 45.28%

 BLUE value IS 12 (5.08% from 255) = 11.32%

R = 43.4%
G = 45.28%
B = 11.32%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.75

 K value IS 0.81

RGB Variations

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

Color information

#2E300C (or 0x2E300C) is known color: Karaka. HEX triplet: 2E, 30 and 0C. RGB value is (46,48,12). Sum of RGB (Red+Green+Blue) = 46+48+12=106 (14% of max value = 765). Red value is 46 (18.36% from 255 or 43.40% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 48 - color contains mainly: green. Hex color #2E300C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E300C is #D1CFF3. Grayscale: #2B2B2B. Windows color (decimal): -13750260 or 798766. OLE color: 798766.

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

Color convert

RGB 46 48 12 -
CMYK 0.04 0 0.75 0.81
HSL 63.33º 0.6% 0.12% -
HSV(B) 63.33º 0.75% 0.19% -
XYZ 2.25 2.72 0.75 -
YUV 43.3 110.34 129.93 -
System Red Green Blue C M Y K H S L
Decimal 46 48 12 0.04 0 0.75 0.81 63.33 0.6 0.12
Hex 2E 30 C 4 0 4B 51 3F 3C C
Octal 56 60 14 4 0 113 121 77 74 14
Binary 101110 110000 1100 100 0 1001011 1010001 111111 111100 1100

Color Harmonies of #2E300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E300C

Black with #2E300C

Text Example


Text Example

White with #2E300C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E300C;
 }
 .AnyTagClassName
 {
   color: #2E300C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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