Html Css Color HEX #2E706E Elm

📋 copy color: '#2E706E'

red 46 ◦ green 112 ◦ blue 110

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

Shades of Elm #2E706E

Tints of Elm #2E706E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.79%

 BLUE value IS 110 (43.36% from 255) = 41.04%

R = 17.16%
G = 41.79%
B = 41.04%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#2E706E (or 0x2E706E) is known color: Elm. HEX triplet: 2E, 70 and 6E. RGB value is (46,112,110). Sum of RGB (Red+Green+Blue) = 46+112+110=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 110 (43.36% from 255 or 41.04% from 268); Max value from RGB is 112 - color contains mainly: green. Hex color #2E706E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E706E is #D18F91. Grayscale: #5B5B5B. Windows color (decimal): -13733778 or 7237678. OLE color: 7237678.

HSL color Cylindrical-coordinate representation of color #2E706E: hue angle of 178.18º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E706E is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 46 112 110 -
CMYK 0.59 0 0.02 0.56
HSL 178.18º 0.42% 0.31% -
HSV(B) 178.18º 0.59% 0.44% -
XYZ 9.74 13.29 16.8 -
YUV 92.04 138.13 95.16 -
System Red Green Blue C M Y K H S L
Decimal 46 112 110 0.59 0 0.02 0.56 178.18 0.42 0.31
Hex 2E 70 6E 3B 0 2 38 B2 2A 1F
Octal 56 160 156 73 0 2 70 262 52 37
Binary 101110 1110000 1101110 111011 0 10 111000 10110010 101010 11111

Color Harmonies of #2E706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E706E

Black with #2E706E

Text Example


Text Example

White with #2E706E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,112,110); }

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

background-color css

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

 a { background-color: rgb(46,112,110); }

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

border-color css

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

 span { border-color: rgb(46,112,110); }

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