Html Css Color HEX #2E6254 Eden

📋 copy color: '#2E6254'

red 46 ◦ green 98 ◦ blue 84

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

Shades of Eden #2E6254

Tints of Eden #2E6254

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.98%

 BLUE value IS 84 (33.2% from 255) = 36.84%

R = 20.18%
G = 42.98%
B = 36.84%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#2E6254 (or 0x2E6254) is known color: Eden. HEX triplet: 2E, 62 and 54. RGB value is (46,98,84). Sum of RGB (Red+Green+Blue) = 46+98+84=228 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.18% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 84 (33.20% from 255 or 36.84% from 228); Max value from RGB is 98 - color contains mainly: green. Hex color #2E6254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6254 is #D19DAB. Grayscale: #505050. Windows color (decimal): -13737388 or 5530158. OLE color: 5530158.

HSL color Cylindrical-coordinate representation of color #2E6254: hue angle of 163.85º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E6254 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB 46 98 84 -
CMYK 0.53 0 0.14 0.62
HSL 163.85º 0.36% 0.28% -
HSV(B) 163.85º 0.53% 0.38% -
XYZ 7.09 9.96 9.94 -
YUV 80.86 129.77 103.14 -
System Red Green Blue C M Y K H S L
Decimal 46 98 84 0.53 0 0.14 0.62 163.85 0.36 0.28
Hex 2E 62 54 35 0 E 3E A4 24 1C
Octal 56 142 124 65 0 16 76 244 44 34
Binary 101110 1100010 1010100 110101 0 1110 111110 10100100 100100 11100

Color Harmonies of #2E6254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6254

Black with #2E6254

Text Example


Text Example

White with #2E6254

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,98,84); }

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

background-color css

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

 a { background-color: rgb(46,98,84); }

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

border-color css

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

 span { border-color: rgb(46,98,84); }

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