Html Css Color HEX #2E4019 Seaweed

📋 copy color: '#2E4019'

red 46 ◦ green 64 ◦ blue 25

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

Shades of Seaweed #2E4019

Tints of Seaweed #2E4019

RGB

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

 GREEN value IS 64 (25.39% from 255) = 47.41%

 BLUE value IS 25 (10.16% from 255) = 18.52%

R = 34.07%
G = 47.41%
B = 18.52%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.61

 K value IS 0.75

RGB Variations

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

Color information

#2E4019 (or 0x2E4019) is known color: Seaweed. HEX triplet: 2E, 40 and 19. RGB value is (46,64,25). Sum of RGB (Red+Green+Blue) = 46+64+25=135 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.07% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 25 (10.16% from 255 or 18.52% from 135); Max value from RGB is 64 - color contains mainly: green. Hex color #2E4019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E4019 is #D1BFE6. Grayscale: #363636. Windows color (decimal): -13746151 or 1654830. OLE color: 1654830.

HSL color Cylindrical-coordinate representation of color #2E4019: hue angle of 87.69º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E4019 is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.75.

Color convert

RGB 46 64 25 -
CMYK 0.28 0 0.61 0.75
HSL 87.69º 0.44% 0.17% -
HSV(B) 87.69º 0.61% 0.25% -
XYZ 3.14 4.32 1.59 -
YUV 54.17 111.54 122.17 -
System Red Green Blue C M Y K H S L
Decimal 46 64 25 0.28 0 0.61 0.75 87.69 0.44 0.17
Hex 2E 40 19 1C 0 3D 4B 58 2C 11
Octal 56 100 31 34 0 75 113 130 54 21
Binary 101110 1000000 11001 11100 0 111101 1001011 1011000 101100 10001

Color Harmonies of #2E4019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4019

Black with #2E4019

Text Example


Text Example

White with #2E4019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,64,25); }

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

background-color css

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

 a { background-color: rgb(46,64,25); }

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

border-color css

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

 span { border-color: rgb(46,64,25); }

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