Html Css Color HEX #2E4715 Seaweed

📋 copy color: '#2E4715'

red 46 ◦ green 71 ◦ blue 21

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

Shades of Seaweed #2E4715

Tints of Seaweed #2E4715

RGB

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

 GREEN value IS 71 (28.13% from 255) = 51.45%

 BLUE value IS 21 (8.59% from 255) = 15.22%

R = 33.33%
G = 51.45%
B = 15.22%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#2E4715 (or 0x2E4715) is known color: Seaweed. HEX triplet: 2E, 47 and 15. RGB value is (46,71,21). Sum of RGB (Red+Green+Blue) = 46+71+21=138 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.33% from 138); Green value is 71 (28.12% from 255 or 51.45% from 138); Blue value is 21 (8.59% from 255 or 15.22% from 138); Max value from RGB is 71 - color contains mainly: green. Hex color #2E4715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4715 is #D1B8EA. Grayscale: #3A3A3A. Windows color (decimal): -13744363 or 1394478. OLE color: 1394478.

HSL color Cylindrical-coordinate representation of color #2E4715: hue angle of 90º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E4715 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB 46 71 21 -
CMYK 0.35 0 0.70 0.72
HSL 90º 0.54% 0.18% -
HSV(B) 90º 0.7% 0.28% -
XYZ 3.52 5.14 1.52 -
YUV 57.83 107.22 119.57 -
System Red Green Blue C M Y K H S L
Decimal 46 71 21 0.35 0 0.70 0.72 90 0.54 0.18
Hex 2E 47 15 23 0 46 48 5A 36 12
Octal 56 107 25 43 0 106 110 132 66 22
Binary 101110 1000111 10101 100011 0 1000110 1001000 1011010 110110 10010

Color Harmonies of #2E4715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4715

Black with #2E4715

Text Example


Text Example

White with #2E4715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,71,21); }

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

background-color css

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

 a { background-color: rgb(46,71,21); }

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

border-color css

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

 span { border-color: rgb(46,71,21); }

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