Html Css Color HEX #2E5312 Seaweed

📋 copy color: '#2E5312'

red 46 ◦ green 83 ◦ blue 18

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

Shades of Seaweed #2E5312

Tints of Seaweed #2E5312

RGB

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

 GREEN value IS 83 (32.81% from 255) = 56.46%

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

R = 31.29%
G = 56.46%
B = 12.24%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#2E5312 (or 0x2E5312) is known color: Seaweed. HEX triplet: 2E, 53 and 12. RGB value is (46,83,18). Sum of RGB (Red+Green+Blue) = 46+83+18=147 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.29% from 147); Green value is 83 (32.81% from 255 or 56.46% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 83 - color contains mainly: green. Hex color #2E5312 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5312 is #D1ACED. Grayscale: #404040. Windows color (decimal): -13741294 or 1200942. OLE color: 1200942.

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

Color convert

RGB 46 83 18 -
CMYK 0.45 0 0.78 0.67
HSL 94.15º 0.64% 0.2% -
HSV(B) 94.15º 0.78% 0.33% -
XYZ 4.33 6.81 1.66 -
YUV 64.53 101.74 114.79 -
System Red Green Blue C M Y K H S L
Decimal 46 83 18 0.45 0 0.78 0.67 94.15 0.64 0.2
Hex 2E 53 12 2D 0 4E 43 5E 40 14
Octal 56 123 22 55 0 116 103 136 100 24
Binary 101110 1010011 10010 101101 0 1001110 1000011 1011110 1000000 10100

Color Harmonies of #2E5312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5312

Black with #2E5312

Text Example


Text Example

White with #2E5312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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