Html Css Color HEX #2E6863 Eden

📋 copy color: '#2E6863'

red 46 ◦ green 104 ◦ blue 99

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

Shades of Eden #2E6863

Tints of Eden #2E6863

RGB

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

 GREEN value IS 104 (41.02% from 255) = 41.77%

 BLUE value IS 99 (39.06% from 255) = 39.76%

R = 18.47%
G = 41.77%
B = 39.76%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#2E6863 (or 0x2E6863) is known color: Eden. HEX triplet: 2E, 68 and 63. RGB value is (46,104,99). Sum of RGB (Red+Green+Blue) = 46+104+99=249 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.47% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 104 - color contains mainly: green. Hex color #2E6863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6863 is #D1979C. Grayscale: #565656. Windows color (decimal): -13735837 or 6514734. OLE color: 6514734.

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

Color convert

RGB 46 104 99 -
CMYK 0.56 0 0.05 0.59
HSL 174.83º 0.39% 0.29% -
HSV(B) 174.83º 0.56% 0.41% -
XYZ 8.33 11.38 13.56 -
YUV 86.09 135.28 99.41 -
System Red Green Blue C M Y K H S L
Decimal 46 104 99 0.56 0 0.05 0.59 174.83 0.39 0.29
Hex 2E 68 63 38 0 5 3B AF 27 1D
Octal 56 150 143 70 0 5 73 257 47 35
Binary 101110 1101000 1100011 111000 0 101 111011 10101111 100111 11101

Color Harmonies of #2E6863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6863

Black with #2E6863

Text Example


Text Example

White with #2E6863

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,104,99); }

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

background-color css

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

 a { background-color: rgb(46,104,99); }

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

border-color css

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

 span { border-color: rgb(46,104,99); }

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