Html Css Color HEX #2E5412 Seaweed

📋 copy color: '#2E5412'

red 46 ◦ green 84 ◦ blue 18

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

Shades of Seaweed #2E5412

Tints of Seaweed #2E5412

RGB

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

 GREEN value IS 84 (33.2% from 255) = 56.76%

 BLUE value IS 18 (7.42% from 255) = 12.16%

R = 31.08%
G = 56.76%
B = 12.16%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#2E5412 (or 0x2E5412) is known color: Seaweed. HEX triplet: 2E, 54 and 12. RGB value is (46,84,18). Sum of RGB (Red+Green+Blue) = 46+84+18=148 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.08% from 148); Green value is 84 (33.20% from 255 or 56.76% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 84 - color contains mainly: green. Hex color #2E5412 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5412 is #D1ABED. Grayscale: #414141. Windows color (decimal): -13741038 or 1201198. OLE color: 1201198.

HSL color Cylindrical-coordinate representation of color #2E5412: hue angle of 94.55º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E5412 is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB 46 84 18 -
CMYK 0.45 0 0.79 0.67
HSL 94.55º 0.65% 0.2% -
HSV(B) 94.55º 0.79% 0.33% -
XYZ 4.41 6.97 1.68 -
YUV 65.11 101.41 114.37 -
System Red Green Blue C M Y K H S L
Decimal 46 84 18 0.45 0 0.79 0.67 94.55 0.65 0.2
Hex 2E 54 12 2D 0 4F 43 5F 41 14
Octal 56 124 22 55 0 117 103 137 101 24
Binary 101110 1010100 10010 101101 0 1001111 1000011 1011111 1000001 10100

Color Harmonies of #2E5412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5412

Black with #2E5412

Text Example


Text Example

White with #2E5412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,84,18); }

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

background-color css

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

 a { background-color: rgb(46,84,18); }

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

border-color css

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

 span { border-color: rgb(46,84,18); }

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