Html Css Color HEX #2E2601 Maire

📋 copy color: '#2E2601'

red 46 ◦ green 38 ◦ blue 1

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

Shades of Maire #2E2601

Tints of Maire #2E2601

RGB

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

 GREEN value IS 38 (15.23% from 255) = 44.71%

 BLUE value IS 1 (0.78% from 255) = 1.18%

R = 54.12%
G = 44.71%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.82

RGB Variations

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

Color information

#2E2601 (or 0x2E2601) is known color: Maire. HEX triplet: 2E, 26 and 01. RGB value is (46,38,1). Sum of RGB (Red+Green+Blue) = 46+38+1=85 (11% of max value = 765). Red value is 46 (18.36% from 255 or 54.12% from 85); Green value is 38 (15.23% from 255 or 44.71% from 85); Blue value is 1 (0.78% from 255 or 1.18% from 85); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2601 is #D1D9FE. Grayscale: #242424. Windows color (decimal): -13752831 or 75310. OLE color: 75310.

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

Color convert

RGB 46 38 1 -
CMYK 0 0.17 0.98 0.82
HSL 49.33º 0.96% 0.09% -
HSV(B) 49.33º 0.98% 0.18% -
XYZ 1.83 1.97 0.31 -
YUV 36.17 108.15 135.01 -
System Red Green Blue C M Y K H S L
Decimal 46 38 1 0 0.17 0.98 0.82 49.33 0.96 0.09
Hex 2E 26 1 0 11 62 52 31 60 9
Octal 56 46 1 0 21 142 122 61 140 11
Binary 101110 100110 1 0 10001 1100010 1010010 110001 1100000 1001

Color Harmonies of #2E2601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2601

Black with #2E2601

Text Example


Text Example

White with #2E2601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,38,1); }

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

background-color css

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

 a { background-color: rgb(46,38,1); }

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

border-color css

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

 span { border-color: rgb(46,38,1); }

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