Html Css Color HEX #2E4915 Seaweed

📋 copy color: '#2E4915'

red 46 ◦ green 73 ◦ blue 21

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

Shades of Seaweed #2E4915

Tints of Seaweed #2E4915

RGB

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

 GREEN value IS 73 (28.91% from 255) = 52.14%

 BLUE value IS 21 (8.59% from 255) = 15%

R = 32.86%
G = 52.14%
B = 15%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#2E4915 (or 0x2E4915) is known color: Seaweed. HEX triplet: 2E, 49 and 15. RGB value is (46,73,21). Sum of RGB (Red+Green+Blue) = 46+73+21=140 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.86% from 140); Green value is 73 (28.91% from 255 or 52.14% from 140); Blue value is 21 (8.59% from 255 or 15% from 140); Max value from RGB is 73 - color contains mainly: green. Hex color #2E4915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4915 is #D1B6EA. Grayscale: #3B3B3B. Windows color (decimal): -13743851 or 1394990. OLE color: 1394990.

HSL color Cylindrical-coordinate representation of color #2E4915: hue angle of 91.15º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E4915 is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.

Color convert

RGB 46 73 21 -
CMYK 0.37 0 0.71 0.71
HSL 91.15º 0.55% 0.18% -
HSV(B) 91.15º 0.71% 0.29% -
XYZ 3.64 5.4 1.56 -
YUV 59 106.55 118.73 -
System Red Green Blue C M Y K H S L
Decimal 46 73 21 0.37 0 0.71 0.71 91.15 0.55 0.18
Hex 2E 49 15 25 0 47 47 5B 37 12
Octal 56 111 25 45 0 107 107 133 67 22
Binary 101110 1001001 10101 100101 0 1000111 1000111 1011011 110111 10010

Color Harmonies of #2E4915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4915

Black with #2E4915

Text Example


Text Example

White with #2E4915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,73,21); }

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

background-color css

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

 a { background-color: rgb(46,73,21); }

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

border-color css

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

 span { border-color: rgb(46,73,21); }

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