Html Css Color HEX #2E481B Seaweed

📋 copy color: '#2E481B'

red 46 ◦ green 72 ◦ blue 27

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

Shades of Seaweed #2E481B

Tints of Seaweed #2E481B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18.62%

R = 31.72%
G = 49.66%
B = 18.62%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#2E481B (or 0x2E481B) is known color: Seaweed. HEX triplet: 2E, 48 and 1B. RGB value is (46,72,27). Sum of RGB (Red+Green+Blue) = 46+72+27=145 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.72% from 145); Green value is 72 (28.52% from 255 or 49.66% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 72 - color contains mainly: green. Hex color #2E481B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E481B is #D1B7E4. Grayscale: #3B3B3B. Windows color (decimal): -13744101 or 1787950. OLE color: 1787950.

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

Color convert

RGB 46 72 27 -
CMYK 0.36 0 0.62 0.72
HSL 94.67º 0.45% 0.19% -
HSV(B) 94.67º 0.63% 0.28% -
XYZ 3.64 5.29 1.87 -
YUV 59.1 109.89 118.66 -
System Red Green Blue C M Y K H S L
Decimal 46 72 27 0.36 0 0.62 0.72 94.67 0.45 0.19
Hex 2E 48 1B 24 0 3E 48 5F 2D 13
Octal 56 110 33 44 0 76 110 137 55 23
Binary 101110 1001000 11011 100100 0 111110 1001000 1011111 101101 10011

Color Harmonies of #2E481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E481B

Black with #2E481B

Text Example


Text Example

White with #2E481B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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