Html Css Color HEX #2E451D Seaweed

📋 copy color: '#2E451D'

red 46 ◦ green 69 ◦ blue 29

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

Shades of Seaweed #2E451D

Tints of Seaweed #2E451D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 47.92%

 BLUE value IS 29 (11.72% from 255) = 20.14%

R = 31.94%
G = 47.92%
B = 20.14%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.58

 K value IS 0.73

RGB Variations

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

Color information

#2E451D (or 0x2E451D) is known color: Seaweed. HEX triplet: 2E, 45 and 1D. RGB value is (46,69,29). Sum of RGB (Red+Green+Blue) = 46+69+29=144 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.94% from 144); Green value is 69 (27.34% from 255 or 47.92% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 69 - color contains mainly: green. Hex color #2E451D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E451D is #D1BAE2. Grayscale: #393939. Windows color (decimal): -13744867 or 1918254. OLE color: 1918254.

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

Color convert

RGB 46 69 29 -
CMYK 0.33 0 0.58 0.73
HSL 94.5º 0.41% 0.19% -
HSV(B) 94.5º 0.58% 0.27% -
XYZ 3.48 4.93 1.93 -
YUV 57.56 111.88 119.75 -
System Red Green Blue C M Y K H S L
Decimal 46 69 29 0.33 0 0.58 0.73 94.5 0.41 0.19
Hex 2E 45 1D 21 0 3A 49 5E 29 13
Octal 56 105 35 41 0 72 111 136 51 23
Binary 101110 1000101 11101 100001 0 111010 1001001 1011110 101001 10011

Color Harmonies of #2E451D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E451D

Black with #2E451D

Text Example


Text Example

White with #2E451D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,69,29); }

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

background-color css

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

 a { background-color: rgb(46,69,29); }

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

border-color css

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

 span { border-color: rgb(46,69,29); }

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