Html Css Color HEX #2E5946 Spectra

📋 copy color: '#2E5946'

red 46 ◦ green 89 ◦ blue 70

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

Shades of Spectra #2E5946

Tints of Spectra #2E5946

RGB

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

 GREEN value IS 89 (35.16% from 255) = 43.41%

 BLUE value IS 70 (27.73% from 255) = 34.15%

R = 22.44%
G = 43.41%
B = 34.15%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.21

 K value IS 0.65

RGB Variations

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

Color information

#2E5946 (or 0x2E5946) is known color: Spectra. HEX triplet: 2E, 59 and 46. RGB value is (46,89,70). Sum of RGB (Red+Green+Blue) = 46+89+70=205 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.44% from 205); Green value is 89 (35.16% from 255 or 43.41% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 89 - color contains mainly: green. Hex color #2E5946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5946 is #D1A6B9. Grayscale: #4A4A4A. Windows color (decimal): -13739706 or 4610350. OLE color: 4610350.

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

Color convert

RGB 46 89 70 -
CMYK 0.48 0 0.21 0.65
HSL 153.49º 0.32% 0.26% -
HSV(B) 153.49º 0.48% 0.35% -
XYZ 5.8 8.17 7.06 -
YUV 73.98 125.75 108.04 -
System Red Green Blue C M Y K H S L
Decimal 46 89 70 0.48 0 0.21 0.65 153.49 0.32 0.26
Hex 2E 59 46 30 0 15 41 99 20 1A
Octal 56 131 106 60 0 25 101 231 40 32
Binary 101110 1011001 1000110 110000 0 10101 1000001 10011001 100000 11010

Color Harmonies of #2E5946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5946

Black with #2E5946

Text Example


Text Example

White with #2E5946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,89,70); }

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

background-color css

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

 a { background-color: rgb(46,89,70); }

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

border-color css

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

 span { border-color: rgb(46,89,70); }

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