Html Css Color HEX #2E4517 Seaweed

📋 copy color: '#2E4517'

red 46 ◦ green 69 ◦ blue 23

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

Shades of Seaweed #2E4517

Tints of Seaweed #2E4517

RGB

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

 GREEN value IS 69 (27.34% from 255) = 50%

 BLUE value IS 23 (9.38% from 255) = 16.67%

R = 33.33%
G = 50%
B = 16.67%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.67

 K value IS 0.73

RGB Variations

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

Color information

#2E4517 (or 0x2E4517) is known color: Seaweed. HEX triplet: 2E, 45 and 17. RGB value is (46,69,23). Sum of RGB (Red+Green+Blue) = 46+69+23=138 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.33% from 138); Green value is 69 (27.34% from 255 or 50% from 138); Blue value is 23 (9.38% from 255 or 16.67% from 138); Max value from RGB is 69 - color contains mainly: green. Hex color #2E4517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4517 is #D1BAE8. Grayscale: #393939. Windows color (decimal): -13744873 or 1525038. OLE color: 1525038.

HSL color Cylindrical-coordinate representation of color #2E4517: hue angle of 90º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E4517 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.73.

Color convert

RGB 46 69 23 -
CMYK 0.33 0 0.67 0.73
HSL 90º 0.5% 0.18% -
HSV(B) 90º 0.67% 0.27% -
XYZ 3.41 4.9 1.58 -
YUV 56.88 108.88 120.24 -
System Red Green Blue C M Y K H S L
Decimal 46 69 23 0.33 0 0.67 0.73 90 0.5 0.18
Hex 2E 45 17 21 0 43 49 5A 32 12
Octal 56 105 27 41 0 103 111 132 62 22
Binary 101110 1000101 10111 100001 0 1000011 1001001 1011010 110010 10010

Color Harmonies of #2E4517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4517

Black with #2E4517

Text Example


Text Example

White with #2E4517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,69,23); }

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

background-color css

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

 a { background-color: rgb(46,69,23); }

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

border-color css

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

 span { border-color: rgb(46,69,23); }

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