Html Css Color HEX #2E481C Seaweed

📋 copy color: '#2E481C'

red 46 ◦ green 72 ◦ blue 28

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

Shades of Seaweed #2E481C

Tints of Seaweed #2E481C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 49.32%

 BLUE value IS 28 (11.33% from 255) = 19.18%

R = 31.51%
G = 49.32%
B = 19.18%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#2E481C (or 0x2E481C) is known color: Seaweed. HEX triplet: 2E, 48 and 1C. RGB value is (46,72,28). Sum of RGB (Red+Green+Blue) = 46+72+28=146 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.51% from 146); Green value is 72 (28.52% from 255 or 49.32% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 72 - color contains mainly: green. Hex color #2E481C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E481C is #D1B7E3. Grayscale: #3B3B3B. Windows color (decimal): -13744100 or 1853486. OLE color: 1853486.

HSL color Cylindrical-coordinate representation of color #2E481C: hue angle of 95.45º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E481C is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB 46 72 28 -
CMYK 0.36 0 0.61 0.72
HSL 95.45º 0.44% 0.2% -
HSV(B) 95.45º 0.61% 0.28% -
XYZ 3.65 5.3 1.93 -
YUV 59.21 110.39 118.58 -
System Red Green Blue C M Y K H S L
Decimal 46 72 28 0.36 0 0.61 0.72 95.45 0.44 0.2
Hex 2E 48 1C 24 0 3D 48 5F 2C 14
Octal 56 110 34 44 0 75 110 137 54 24
Binary 101110 1001000 11100 100100 0 111101 1001000 1011111 101100 10100

Color Harmonies of #2E481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E481C

Black with #2E481C

Text Example


Text Example

White with #2E481C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,72,28); }

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

background-color css

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

 a { background-color: rgb(46,72,28); }

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

border-color css

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

 span { border-color: rgb(46,72,28); }

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