Html Css Color HEX #2E7673 Elm

📋 copy color: '#2E7673'

red 46 ◦ green 118 ◦ blue 115

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

Shades of Elm #2E7673

Tints of Elm #2E7673

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.29%

 BLUE value IS 115 (45.31% from 255) = 41.22%

R = 16.49%
G = 42.29%
B = 41.22%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#2E7673 (or 0x2E7673) is known color: Elm. HEX triplet: 2E, 76 and 73. RGB value is (46,118,115). Sum of RGB (Red+Green+Blue) = 46+118+115=279 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.49% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 118 - color contains mainly: green. Hex color #2E7673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7673 is #D1898C. Grayscale: #606060. Windows color (decimal): -13732237 or 7566894. OLE color: 7566894.

HSL color Cylindrical-coordinate representation of color #2E7673: hue angle of 177.5º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E7673 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 46 118 115 -
CMYK 0.61 0 0.03 0.54
HSL 177.5º 0.44% 0.32% -
HSV(B) 177.5º 0.61% 0.46% -
XYZ 10.7 14.78 18.51 -
YUV 96.13 138.65 92.24 -
System Red Green Blue C M Y K H S L
Decimal 46 118 115 0.61 0 0.03 0.54 177.5 0.44 0.32
Hex 2E 76 73 3D 0 3 36 B2 2C 20
Octal 56 166 163 75 0 3 66 262 54 40
Binary 101110 1110110 1110011 111101 0 11 110110 10110010 101100 100000

Color Harmonies of #2E7673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7673

Black with #2E7673

Text Example


Text Example

White with #2E7673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,118,115); }

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

background-color css

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

 a { background-color: rgb(46,118,115); }

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

border-color css

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

 span { border-color: rgb(46,118,115); }

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