Html Css Color HEX #2E461C Seaweed

📋 copy color: '#2E461C'

red 46 ◦ green 70 ◦ blue 28

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

Shades of Seaweed #2E461C

Tints of Seaweed #2E461C

RGB

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

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

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

R = 31.94%
G = 48.61%
B = 19.44%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#2E461C (or 0x2E461C) is known color: Seaweed. HEX triplet: 2E, 46 and 1C. RGB value is (46,70,28). Sum of RGB (Red+Green+Blue) = 46+70+28=144 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.94% from 144); Green value is 70 (27.73% from 255 or 48.61% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 70 - color contains mainly: green. Hex color #2E461C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E461C is #D1B9E3. Grayscale: #3A3A3A. Windows color (decimal): -13744612 or 1852974. OLE color: 1852974.

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

Color convert

RGB 46 70 28 -
CMYK 0.34 0 0.60 0.73
HSL 94.29º 0.43% 0.19% -
HSV(B) 94.29º 0.6% 0.27% -
XYZ 3.53 5.05 1.89 -
YUV 58.04 111.05 119.42 -
System Red Green Blue C M Y K H S L
Decimal 46 70 28 0.34 0 0.60 0.73 94.29 0.43 0.19
Hex 2E 46 1C 22 0 3C 49 5E 2B 13
Octal 56 106 34 42 0 74 111 136 53 23
Binary 101110 1000110 11100 100010 0 111100 1001001 1011110 101011 10011

Color Harmonies of #2E461C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E461C

Black with #2E461C

Text Example


Text Example

White with #2E461C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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