Html Css Color HEX #2E431A Seaweed

📋 copy color: '#2E431A'

red 46 ◦ green 67 ◦ blue 26

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

Shades of Seaweed #2E431A

Tints of Seaweed #2E431A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 48.2%

 BLUE value IS 26 (10.55% from 255) = 18.71%

R = 33.09%
G = 48.2%
B = 18.71%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.61

 K value IS 0.74

RGB Variations

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

Color information

#2E431A (or 0x2E431A) is known color: Seaweed. HEX triplet: 2E, 43 and 1A. RGB value is (46,67,26). Sum of RGB (Red+Green+Blue) = 46+67+26=139 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.09% from 139); Green value is 67 (26.56% from 255 or 48.20% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 67 - color contains mainly: green. Hex color #2E431A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E431A is #D1BCE5. Grayscale: #383838. Windows color (decimal): -13745382 or 1721134. OLE color: 1721134.

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

Color convert

RGB 46 67 26 -
CMYK 0.31 0 0.61 0.74
HSL 90.73º 0.44% 0.18% -
HSV(B) 90.73º 0.61% 0.26% -
XYZ 3.32 4.67 1.7 -
YUV 56.05 111.04 120.83 -
System Red Green Blue C M Y K H S L
Decimal 46 67 26 0.31 0 0.61 0.74 90.73 0.44 0.18
Hex 2E 43 1A 1F 0 3D 4A 5B 2C 12
Octal 56 103 32 37 0 75 112 133 54 22
Binary 101110 1000011 11010 11111 0 111101 1001010 1011011 101100 10010

Color Harmonies of #2E431A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E431A

Black with #2E431A

Text Example


Text Example

White with #2E431A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,67,26); }

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

background-color css

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

 a { background-color: rgb(46,67,26); }

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

border-color css

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

 span { border-color: rgb(46,67,26); }

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