Html Css Color HEX #2E4716 Seaweed

📋 copy color: '#2E4716'

red 46 ◦ green 71 ◦ blue 22

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

Shades of Seaweed #2E4716

Tints of Seaweed #2E4716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 15.83%

R = 33.09%
G = 51.08%
B = 15.83%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#2E4716 (or 0x2E4716) is known color: Seaweed. HEX triplet: 2E, 47 and 16. RGB value is (46,71,22). Sum of RGB (Red+Green+Blue) = 46+71+22=139 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.09% from 139); Green value is 71 (28.12% from 255 or 51.08% from 139); Blue value is 22 (8.98% from 255 or 15.83% from 139); Max value from RGB is 71 - color contains mainly: green. Hex color #2E4716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4716 is #D1B8E9. Grayscale: #3A3A3A. Windows color (decimal): -13744362 or 1460014. OLE color: 1460014.

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

Color convert

RGB 46 71 22 -
CMYK 0.35 0 0.69 0.72
HSL 90.61º 0.53% 0.18% -
HSV(B) 90.61º 0.69% 0.28% -
XYZ 3.52 5.15 1.57 -
YUV 57.94 107.72 119.48 -
System Red Green Blue C M Y K H S L
Decimal 46 71 22 0.35 0 0.69 0.72 90.61 0.53 0.18
Hex 2E 47 16 23 0 45 48 5B 35 12
Octal 56 107 26 43 0 105 110 133 65 22
Binary 101110 1000111 10110 100011 0 1000101 1001000 1011011 110101 10010

Color Harmonies of #2E4716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4716

Black with #2E4716

Text Example


Text Example

White with #2E4716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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