Html Css Color HEX #2E481A Seaweed

📋 copy color: '#2E481A'

red 46 ◦ green 72 ◦ blue 26

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

Shades of Seaweed #2E481A

Tints of Seaweed #2E481A

RGB

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

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

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

R = 31.94%
G = 50%
B = 18.06%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#2E481A (or 0x2E481A) is known color: Seaweed. HEX triplet: 2E, 48 and 1A. RGB value is (46,72,26). Sum of RGB (Red+Green+Blue) = 46+72+26=144 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.94% from 144); Green value is 72 (28.52% from 255 or 50% from 144); Blue value is 26 (10.55% from 255 or 18.06% from 144); Max value from RGB is 72 - color contains mainly: green. Hex color #2E481A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E481A is #D1B7E5. Grayscale: #3B3B3B. Windows color (decimal): -13744102 or 1722414. OLE color: 1722414.

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

Color convert

RGB 46 72 26 -
CMYK 0.36 0 0.64 0.72
HSL 93.91º 0.47% 0.19% -
HSV(B) 93.91º 0.64% 0.28% -
XYZ 3.63 5.29 1.81 -
YUV 58.98 109.39 118.74 -
System Red Green Blue C M Y K H S L
Decimal 46 72 26 0.36 0 0.64 0.72 93.91 0.47 0.19
Hex 2E 48 1A 24 0 40 48 5E 2F 13
Octal 56 110 32 44 0 100 110 136 57 23
Binary 101110 1001000 11010 100100 0 1000000 1001000 1011110 101111 10011

Color Harmonies of #2E481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E481A

Black with #2E481A

Text Example


Text Example

White with #2E481A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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