Html Css Color HEX #2E867C Elm

📋 copy color: '#2E867C'

red 46 ◦ green 134 ◦ blue 124

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

Shades of Elm #2E867C

Tints of Elm #2E867C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.08%

 BLUE value IS 124 (48.83% from 255) = 40.79%

R = 15.13%
G = 44.08%
B = 40.79%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#2E867C (or 0x2E867C) is known color: Elm. HEX triplet: 2E, 86 and 7C. RGB value is (46,134,124). Sum of RGB (Red+Green+Blue) = 46+134+124=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 134 - color contains mainly: green. Hex color #2E867C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E867C is #D17983. Grayscale: #6A6A6A. Windows color (decimal): -13728132 or 8160814. OLE color: 8160814.

HSL color Cylindrical-coordinate representation of color #2E867C: hue angle of 173.18º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E867C is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 46 134 124 -
CMYK 0.66 0 0.07 0.47
HSL 173.18º 0.49% 0.35% -
HSV(B) 173.18º 0.66% 0.53% -
XYZ 13.29 19.09 22.05 -
YUV 106.55 137.85 84.81 -
System Red Green Blue C M Y K H S L
Decimal 46 134 124 0.66 0 0.07 0.47 173.18 0.49 0.35
Hex 2E 86 7C 42 0 7 2F AD 31 23
Octal 56 206 174 102 0 7 57 255 61 43
Binary 101110 10000110 1111100 1000010 0 111 101111 10101101 110001 100011

Color Harmonies of #2E867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E867C

Black with #2E867C

Text Example


Text Example

White with #2E867C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,134,124); }

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

background-color css

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

 a { background-color: rgb(46,134,124); }

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

border-color css

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

 span { border-color: rgb(46,134,124); }

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