Html Css Color HEX #2E411B Seaweed

📋 copy color: '#2E411B'

red 46 ◦ green 65 ◦ blue 27

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

Shades of Seaweed #2E411B

Tints of Seaweed #2E411B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 47.1%

 BLUE value IS 27 (10.94% from 255) = 19.57%

R = 33.33%
G = 47.1%
B = 19.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#2E411B (or 0x2E411B) is known color: Seaweed. HEX triplet: 2E, 41 and 1B. RGB value is (46,65,27). Sum of RGB (Red+Green+Blue) = 46+65+27=138 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.33% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 27 (10.94% from 255 or 19.57% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #2E411B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E411B is #D1BEE4. Grayscale: #373737. Windows color (decimal): -13745893 or 1786158. OLE color: 1786158.

HSL color Cylindrical-coordinate representation of color #2E411B: hue angle of 90º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E411B is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB 46 65 27 -
CMYK 0.29 0 0.58 0.75
HSL 90º 0.41% 0.18% -
HSV(B) 90º 0.58% 0.25% -
XYZ 3.21 4.44 1.72 -
YUV 54.99 112.21 121.59 -
System Red Green Blue C M Y K H S L
Decimal 46 65 27 0.29 0 0.58 0.75 90 0.41 0.18
Hex 2E 41 1B 1D 0 3A 4B 5A 29 12
Octal 56 101 33 35 0 72 113 132 51 22
Binary 101110 1000001 11011 11101 0 111010 1001011 1011010 101001 10010

Color Harmonies of #2E411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E411B

Black with #2E411B

Text Example


Text Example

White with #2E411B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,65,27); }

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

background-color css

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

 a { background-color: rgb(46,65,27); }

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

border-color css

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

 span { border-color: rgb(46,65,27); }

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