Html Css Color HEX #2E451E Seaweed

📋 copy color: '#2E451E'

red 46 ◦ green 69 ◦ blue 30

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

Shades of Seaweed #2E451E

Tints of Seaweed #2E451E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 20.69%

R = 31.72%
G = 47.59%
B = 20.69%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#2E451E (or 0x2E451E) is known color: Seaweed. HEX triplet: 2E, 45 and 1E. RGB value is (46,69,30). Sum of RGB (Red+Green+Blue) = 46+69+30=145 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.72% from 145); Green value is 69 (27.34% from 255 or 47.59% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 69 - color contains mainly: green. Hex color #2E451E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E451E is #D1BAE1. Grayscale: #393939. Windows color (decimal): -13744866 or 1983790. OLE color: 1983790.

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

Color convert

RGB 46 69 30 -
CMYK 0.33 0 0.57 0.73
HSL 95.38º 0.39% 0.19% -
HSV(B) 95.38º 0.57% 0.27% -
XYZ 3.49 4.93 2 -
YUV 57.68 112.38 119.67 -
System Red Green Blue C M Y K H S L
Decimal 46 69 30 0.33 0 0.57 0.73 95.38 0.39 0.19
Hex 2E 45 1E 21 0 39 49 5F 27 13
Octal 56 105 36 41 0 71 111 137 47 23
Binary 101110 1000101 11110 100001 0 111001 1001001 1011111 100111 10011

Color Harmonies of #2E451E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E451E

Black with #2E451E

Text Example


Text Example

White with #2E451E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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