Html Css Color HEX #2E431E Seaweed

📋 copy color: '#2E431E'

red 46 ◦ green 67 ◦ blue 30

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

Shades of Seaweed #2E431E

Tints of Seaweed #2E431E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 46.85%

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

R = 32.17%
G = 46.85%
B = 20.98%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.55

 K value IS 0.74

RGB Variations

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

Color information

#2E431E (or 0x2E431E) is known color: Seaweed. HEX triplet: 2E, 43 and 1E. RGB value is (46,67,30). Sum of RGB (Red+Green+Blue) = 46+67+30=143 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.17% from 143); Green value is 67 (26.56% from 255 or 46.85% from 143); Blue value is 30 (12.11% from 255 or 20.98% from 143); Max value from RGB is 67 - color contains mainly: green. Hex color #2E431E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E431E is #D1BCE1. Grayscale: #383838. Windows color (decimal): -13745378 or 1983278. OLE color: 1983278.

HSL color Cylindrical-coordinate representation of color #2E431E: hue angle of 94.05º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E431E is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB 46 67 30 -
CMYK 0.31 0 0.55 0.74
HSL 94.05º 0.38% 0.19% -
HSV(B) 94.05º 0.55% 0.26% -
XYZ 3.37 4.69 1.96 -
YUV 56.5 113.04 120.51 -
System Red Green Blue C M Y K H S L
Decimal 46 67 30 0.31 0 0.55 0.74 94.05 0.38 0.19
Hex 2E 43 1E 1F 0 37 4A 5E 26 13
Octal 56 103 36 37 0 67 112 136 46 23
Binary 101110 1000011 11110 11111 0 110111 1001010 1011110 100110 10011

Color Harmonies of #2E431E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E431E

Black with #2E431E

Text Example


Text Example

White with #2E431E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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