Html Css Color HEX #2E1202 Brown Pod

📋 copy color: '#2E1202'

red 46 ◦ green 18 ◦ blue 2

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

Shades of Brown Pod #2E1202

Tints of Brown Pod #2E1202

RGB

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

 GREEN value IS 18 (7.42% from 255) = 27.27%

 BLUE value IS 2 (1.17% from 255) = 3.03%

R = 69.7%
G = 27.27%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.82

RGB Variations

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

Color information

#2E1202 (or 0x2E1202) is known color: Brown Pod. HEX triplet: 2E, 12 and 02. RGB value is (46,18,2). Sum of RGB (Red+Green+Blue) = 46+18+2=66 (8% of max value = 765). Red value is 46 (18.36% from 255 or 69.70% from 66); Green value is 18 (7.42% from 255 or 27.27% from 66); Blue value is 2 (1.17% from 255 or 3.03% from 66); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1202 is #D1EDFD. Grayscale: #181818. Windows color (decimal): -13757950 or 135726. OLE color: 135726.

HSL color Cylindrical-coordinate representation of color #2E1202: hue angle of 21.82º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E1202 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 18 2 -
CMYK 0 0.61 0.96 0.82
HSL 21.82º 0.92% 0.09% -
HSV(B) 21.82º 0.96% 0.18% -
XYZ 1.35 1.02 0.18 -
YUV 24.55 115.28 143.3 -
System Red Green Blue C M Y K H S L
Decimal 46 18 2 0 0.61 0.96 0.82 21.82 0.92 0.09
Hex 2E 12 2 0 3D 60 52 16 5C 9
Octal 56 22 2 0 75 140 122 26 134 11
Binary 101110 10010 10 0 111101 1100000 1010010 10110 1011100 1001

Color Harmonies of #2E1202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1202

Black with #2E1202

Text Example


Text Example

White with #2E1202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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