Html Css Color HEX #2E461D Seaweed

📋 copy color: '#2E461D'

red 46 ◦ green 70 ◦ blue 29

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

Shades of Seaweed #2E461D

Tints of Seaweed #2E461D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 48.28%

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

R = 31.72%
G = 48.28%
B = 20%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#2E461D (or 0x2E461D) is known color: Seaweed. HEX triplet: 2E, 46 and 1D. RGB value is (46,70,29). Sum of RGB (Red+Green+Blue) = 46+70+29=145 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.72% from 145); Green value is 70 (27.73% from 255 or 48.28% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 70 - color contains mainly: green. Hex color #2E461D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E461D is #D1B9E2. Grayscale: #3A3A3A. Windows color (decimal): -13744611 or 1918510. OLE color: 1918510.

HSL color Cylindrical-coordinate representation of color #2E461D: hue angle of 95.12º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E461D is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB 46 70 29 -
CMYK 0.34 0 0.59 0.73
HSL 95.12º 0.41% 0.19% -
HSV(B) 95.12º 0.59% 0.27% -
XYZ 3.54 5.05 1.95 -
YUV 58.15 111.55 119.33 -
System Red Green Blue C M Y K H S L
Decimal 46 70 29 0.34 0 0.59 0.73 95.12 0.41 0.19
Hex 2E 46 1D 22 0 3B 49 5F 29 13
Octal 56 106 35 42 0 73 111 137 51 23
Binary 101110 1000110 11101 100010 0 111011 1001001 1011111 101001 10011

Color Harmonies of #2E461D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E461D

Black with #2E461D

Text Example


Text Example

White with #2E461D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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