Html Css Color HEX #2E580E Seaweed

📋 copy color: '#2E580E'

red 46 ◦ green 88 ◦ blue 14

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

Shades of Seaweed #2E580E

Tints of Seaweed #2E580E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 59.46%

 BLUE value IS 14 (5.86% from 255) = 9.46%

R = 31.08%
G = 59.46%
B = 9.46%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#2E580E (or 0x2E580E) is known color: Seaweed. HEX triplet: 2E, 58 and 0E. RGB value is (46,88,14). Sum of RGB (Red+Green+Blue) = 46+88+14=148 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.08% from 148); Green value is 88 (34.77% from 255 or 59.46% from 148); Blue value is 14 (5.86% from 255 or 9.46% from 148); Max value from RGB is 88 - color contains mainly: green. Hex color #2E580E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E580E is #D1A7F1. Grayscale: #434343. Windows color (decimal): -13740018 or 940078. OLE color: 940078.

HSL color Cylindrical-coordinate representation of color #2E580E: hue angle of 94.05º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E580E is Cyan = 0.48, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB 46 88 14 -
CMYK 0.48 0 0.84 0.65
HSL 94.05º 0.73% 0.2% -
HSV(B) 94.05º 0.84% 0.35% -
XYZ 4.7 7.59 1.63 -
YUV 67.01 98.09 113.02 -
System Red Green Blue C M Y K H S L
Decimal 46 88 14 0.48 0 0.84 0.65 94.05 0.73 0.2
Hex 2E 58 E 30 0 54 41 5E 49 14
Octal 56 130 16 60 0 124 101 136 111 24
Binary 101110 1011000 1110 110000 0 1010100 1000001 1011110 1001001 10100

Color Harmonies of #2E580E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E580E

Black with #2E580E

Text Example


Text Example

White with #2E580E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,88,14); }

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

background-color css

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

 a { background-color: rgb(46,88,14); }

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

border-color css

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

 span { border-color: rgb(46,88,14); }

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