Html Css Color HEX #2E6356 Eden

📋 copy color: '#2E6356'

red 46 ◦ green 99 ◦ blue 86

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

Shades of Eden #2E6356

Tints of Eden #2E6356

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.86%

 BLUE value IS 86 (33.98% from 255) = 37.23%

R = 19.91%
G = 42.86%
B = 37.23%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.13

 K value IS 0.61

RGB Variations

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

Color information

#2E6356 (or 0x2E6356) is known color: Eden. HEX triplet: 2E, 63 and 56. RGB value is (46,99,86). Sum of RGB (Red+Green+Blue) = 46+99+86=231 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.91% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 99 - color contains mainly: green. Hex color #2E6356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6356 is #D19CA9. Grayscale: #515151. Windows color (decimal): -13737130 or 5661486. OLE color: 5661486.

HSL color Cylindrical-coordinate representation of color #2E6356: hue angle of 165.28º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E6356 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.61.

Color convert

RGB 46 99 86 -
CMYK 0.54 0 0.13 0.61
HSL 165.28º 0.37% 0.28% -
HSV(B) 165.28º 0.54% 0.39% -
XYZ 7.27 10.18 10.39 -
YUV 81.67 130.44 102.56 -
System Red Green Blue C M Y K H S L
Decimal 46 99 86 0.54 0 0.13 0.61 165.28 0.37 0.28
Hex 2E 63 56 36 0 D 3D A5 25 1C
Octal 56 143 126 66 0 15 75 245 45 34
Binary 101110 1100011 1010110 110110 0 1101 111101 10100101 100101 11100

Color Harmonies of #2E6356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6356

Black with #2E6356

Text Example


Text Example

White with #2E6356

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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