Html Css Color HEX #2E421B Seaweed

📋 copy color: '#2E421B'

red 46 ◦ green 66 ◦ blue 27

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

Shades of Seaweed #2E421B

Tints of Seaweed #2E421B

RGB

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

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

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

R = 33.09%
G = 47.48%
B = 19.42%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.59

 K value IS 0.74

RGB Variations

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

Color information

#2E421B (or 0x2E421B) is known color: Seaweed. HEX triplet: 2E, 42 and 1B. RGB value is (46,66,27). Sum of RGB (Red+Green+Blue) = 46+66+27=139 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.09% from 139); Green value is 66 (26.17% from 255 or 47.48% from 139); Blue value is 27 (10.94% from 255 or 19.42% from 139); Max value from RGB is 66 - color contains mainly: green. Hex color #2E421B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E421B is #D1BDE4. Grayscale: #373737. Windows color (decimal): -13745637 or 1786414. OLE color: 1786414.

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

Color convert

RGB 46 66 27 -
CMYK 0.30 0 0.59 0.74
HSL 90.77º 0.42% 0.18% -
HSV(B) 90.77º 0.59% 0.26% -
XYZ 3.27 4.56 1.74 -
YUV 55.57 111.87 121.17 -
System Red Green Blue C M Y K H S L
Decimal 46 66 27 0.30 0 0.59 0.74 90.77 0.42 0.18
Hex 2E 42 1B 1E 0 3B 4A 5B 2A 12
Octal 56 102 33 36 0 73 112 133 52 22
Binary 101110 1000010 11011 11110 0 111011 1001010 1011011 101010 10010

Color Harmonies of #2E421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E421B

Black with #2E421B

Text Example


Text Example

White with #2E421B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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