Html Css Color HEX #2E5214 Seaweed

📋 copy color: '#2E5214'

red 46 ◦ green 82 ◦ blue 20

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

Shades of Seaweed #2E5214

Tints of Seaweed #2E5214

RGB

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

 GREEN value IS 82 (32.42% from 255) = 55.41%

 BLUE value IS 20 (8.2% from 255) = 13.51%

R = 31.08%
G = 55.41%
B = 13.51%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.76

 K value IS 0.68

RGB Variations

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

Color information

#2E5214 (or 0x2E5214) is known color: Seaweed. HEX triplet: 2E, 52 and 14. RGB value is (46,82,20). Sum of RGB (Red+Green+Blue) = 46+82+20=148 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.08% from 148); Green value is 82 (32.42% from 255 or 55.41% from 148); Blue value is 20 (8.20% from 255 or 13.51% from 148); Max value from RGB is 82 - color contains mainly: green. Hex color #2E5214 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5214 is #D1ADEB. Grayscale: #404040. Windows color (decimal): -13741548 or 1331758. OLE color: 1331758.

HSL color Cylindrical-coordinate representation of color #2E5214: hue angle of 94.84º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E5214 is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.68.

Color convert

RGB 46 82 20 -
CMYK 0.44 0 0.76 0.68
HSL 94.84º 0.61% 0.2% -
HSV(B) 94.84º 0.76% 0.32% -
XYZ 4.27 6.67 1.72 -
YUV 64.17 103.07 115.04 -
System Red Green Blue C M Y K H S L
Decimal 46 82 20 0.44 0 0.76 0.68 94.84 0.61 0.2
Hex 2E 52 14 2C 0 4C 44 5F 3D 14
Octal 56 122 24 54 0 114 104 137 75 24
Binary 101110 1010010 10100 101100 0 1001100 1000100 1011111 111101 10100

Color Harmonies of #2E5214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5214

Black with #2E5214

Text Example


Text Example

White with #2E5214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,82,20); }

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

background-color css

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

 a { background-color: rgb(46,82,20); }

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

border-color css

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

 span { border-color: rgb(46,82,20); }

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