Html Css Color HEX #2E6950 Spectra

📋 copy color: '#2E6950'

red 46 ◦ green 105 ◦ blue 80

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

Shades of Spectra #2E6950

Tints of Spectra #2E6950

RGB

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

 GREEN value IS 105 (41.41% from 255) = 45.45%

 BLUE value IS 80 (31.64% from 255) = 34.63%

R = 19.91%
G = 45.45%
B = 34.63%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#2E6950 (or 0x2E6950) is known color: Spectra. HEX triplet: 2E, 69 and 50. RGB value is (46,105,80). Sum of RGB (Red+Green+Blue) = 46+105+80=231 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.91% from 231); Green value is 105 (41.41% from 255 or 45.45% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 105 - color contains mainly: green. Hex color #2E6950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6950 is #D196AF. Grayscale: #545454. Windows color (decimal): -13735600 or 5269806. OLE color: 5269806.

HSL color Cylindrical-coordinate representation of color #2E6950: hue angle of 154.58º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E6950 is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 46 105 80 -
CMYK 0.56 0 0.24 0.59
HSL 154.58º 0.39% 0.3% -
HSV(B) 154.58º 0.56% 0.41% -
XYZ 7.63 11.26 9.36 -
YUV 84.51 125.45 100.53 -
System Red Green Blue C M Y K H S L
Decimal 46 105 80 0.56 0 0.24 0.59 154.58 0.39 0.3
Hex 2E 69 50 38 0 18 3B 9B 27 1E
Octal 56 151 120 70 0 30 73 233 47 36
Binary 101110 1101001 1010000 111000 0 11000 111011 10011011 100111 11110

Color Harmonies of #2E6950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6950

Black with #2E6950

Text Example


Text Example

White with #2E6950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,105,80); }

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

background-color css

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

 a { background-color: rgb(46,105,80); }

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

border-color css

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

 span { border-color: rgb(46,105,80); }

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