Html Css Color HEX #2E421D Seaweed

📋 copy color: '#2E421D'

red 46 ◦ green 66 ◦ blue 29

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

Shades of Seaweed #2E421D

Tints of Seaweed #2E421D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 46.81%

 BLUE value IS 29 (11.72% from 255) = 20.57%

R = 32.62%
G = 46.81%
B = 20.57%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.56

 K value IS 0.74

RGB Variations

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

Color information

#2E421D (or 0x2E421D) is known color: Seaweed. HEX triplet: 2E, 42 and 1D. RGB value is (46,66,29). Sum of RGB (Red+Green+Blue) = 46+66+29=141 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.62% from 141); Green value is 66 (26.17% from 255 or 46.81% from 141); Blue value is 29 (11.72% from 255 or 20.57% from 141); Max value from RGB is 66 - color contains mainly: green. Hex color #2E421D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E421D is #D1BDE2. Grayscale: #373737. Windows color (decimal): -13745635 or 1917486. OLE color: 1917486.

HSL color Cylindrical-coordinate representation of color #2E421D: hue angle of 92.43º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E421D is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB 46 66 29 -
CMYK 0.30 0 0.56 0.74
HSL 92.43º 0.39% 0.19% -
HSV(B) 92.43º 0.56% 0.26% -
XYZ 3.3 4.57 1.87 -
YUV 55.8 112.87 121.01 -
System Red Green Blue C M Y K H S L
Decimal 46 66 29 0.30 0 0.56 0.74 92.43 0.39 0.19
Hex 2E 42 1D 1E 0 38 4A 5C 27 13
Octal 56 102 35 36 0 70 112 134 47 23
Binary 101110 1000010 11101 11110 0 111000 1001010 1011100 100111 10011

Color Harmonies of #2E421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E421D

Black with #2E421D

Text Example


Text Example

White with #2E421D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,66,29); }

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

background-color css

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

 a { background-color: rgb(46,66,29); }

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

border-color css

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

 span { border-color: rgb(46,66,29); }

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