Html Css Color HEX #2E7A74 Elm

📋 copy color: '#2E7A74'

red 46 ◦ green 122 ◦ blue 116

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

Shades of Elm #2E7A74

Tints of Elm #2E7A74

RGB

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

 GREEN value IS 122 (48.05% from 255) = 42.96%

 BLUE value IS 116 (45.7% from 255) = 40.85%

R = 16.2%
G = 42.96%
B = 40.85%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.05

 K value IS 0.52

RGB Variations

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

Color information

#2E7A74 (or 0x2E7A74) is known color: Elm. HEX triplet: 2E, 7A and 74. RGB value is (46,122,116). Sum of RGB (Red+Green+Blue) = 46+122+116=284 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.20% from 284); Green value is 122 (48.05% from 255 or 42.96% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 122 - color contains mainly: green. Hex color #2E7A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7A74 is #D1858B. Grayscale: #626262. Windows color (decimal): -13731212 or 7633454. OLE color: 7633454.

HSL color Cylindrical-coordinate representation of color #2E7A74: hue angle of 175.26º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E7A74 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB 46 122 116 -
CMYK 0.62 0 0.05 0.52
HSL 175.26º 0.45% 0.33% -
HSV(B) 175.26º 0.62% 0.48% -
XYZ 11.24 15.76 18.97 -
YUV 98.59 137.82 90.49 -
System Red Green Blue C M Y K H S L
Decimal 46 122 116 0.62 0 0.05 0.52 175.26 0.45 0.33
Hex 2E 7A 74 3E 0 5 34 AF 2D 21
Octal 56 172 164 76 0 5 64 257 55 41
Binary 101110 1111010 1110100 111110 0 101 110100 10101111 101101 100001

Color Harmonies of #2E7A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7A74

Black with #2E7A74

Text Example


Text Example

White with #2E7A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,122,116); }

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

background-color css

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

 a { background-color: rgb(46,122,116); }

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

border-color css

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

 span { border-color: rgb(46,122,116); }

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