Html Css Color HEX #2E461A Seaweed

📋 copy color: '#2E461A'

red 46 ◦ green 70 ◦ blue 26

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

Shades of Seaweed #2E461A

Tints of Seaweed #2E461A

RGB

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

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

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

R = 32.39%
G = 49.3%
B = 18.31%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#2E461A (or 0x2E461A) is known color: Seaweed. HEX triplet: 2E, 46 and 1A. RGB value is (46,70,26). Sum of RGB (Red+Green+Blue) = 46+70+26=142 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.39% from 142); Green value is 70 (27.73% from 255 or 49.30% from 142); Blue value is 26 (10.55% from 255 or 18.31% from 142); Max value from RGB is 70 - color contains mainly: green. Hex color #2E461A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E461A is #D1B9E5. Grayscale: #393939. Windows color (decimal): -13744614 or 1721902. OLE color: 1721902.

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

Color convert

RGB 46 70 26 -
CMYK 0.34 0 0.63 0.73
HSL 92.73º 0.46% 0.19% -
HSV(B) 92.73º 0.63% 0.27% -
XYZ 3.5 5.04 1.76 -
YUV 57.81 110.05 119.58 -
System Red Green Blue C M Y K H S L
Decimal 46 70 26 0.34 0 0.63 0.73 92.73 0.46 0.19
Hex 2E 46 1A 22 0 3F 49 5D 2E 13
Octal 56 106 32 42 0 77 111 135 56 23
Binary 101110 1000110 11010 100010 0 111111 1001001 1011101 101110 10011

Color Harmonies of #2E461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E461A

Black with #2E461A

Text Example


Text Example

White with #2E461A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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