#2E6950

Color #2E6950 Spectra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spectra #2E6950

Tints of Spectra #2E6950

Color information

#2E6950 (or 0x2E6950) is unknown color: approx 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

RGB4610580-
CMYK0.5600.240.59
HSL154.58º39.07%29.61%-
HSV(B)154.58º56.19%41.18%-
XYZ7.6311.269.36-
YUV84.51125.45100.53-

RGB Variations

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

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 (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal46105800.5600.240.59154.5839.0729.61
Hex2E6950380183B9b271e
Octal5615112070030732334736
Binary101110110100110100001110000110001110111001101110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>