Html Css Color HEX #2E7572 Elm

📋 copy color: '#2E7572'

red 46 ◦ green 117 ◦ blue 114

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

Shades of Elm #2E7572

Tints of Elm #2E7572

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.24%

 BLUE value IS 114 (44.92% from 255) = 41.16%

R = 16.61%
G = 42.24%
B = 41.16%

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

#2E7572 (or 0x2E7572) is known color: Elm. HEX triplet: 2E, 75 and 72. RGB value is (46,117,114). Sum of RGB (Red+Green+Blue) = 46+117+114=277 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.61% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 117 - color contains mainly: green. Hex color #2E7572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7572 is #D18A8D. Grayscale: #5F5F5F. Windows color (decimal): -13732494 or 7501102. OLE color: 7501102.

HSL color Cylindrical-coordinate representation of color #2E7572: hue angle of 177.46º 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 #2E7572 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 46 117 114 -
CMYK 0.61 0 0.03 0.54
HSL 177.46º 0.44% 0.32% -
HSV(B) 177.46º 0.61% 0.46% -
XYZ 10.53 14.52 18.17 -
YUV 95.43 138.48 92.74 -
System Red Green Blue C M Y K H S L
Decimal 46 117 114 0.61 0 0.03 0.54 177.46 0.44 0.32
Hex 2E 75 72 3D 0 3 36 B1 2C 20
Octal 56 165 162 75 0 3 66 261 54 40
Binary 101110 1110101 1110010 111101 0 11 110110 10110001 101100 100000

Color Harmonies of #2E7572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7572

Black with #2E7572

Text Example


Text Example

White with #2E7572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,117,114); }

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

background-color css

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

 a { background-color: rgb(46,117,114); }

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

border-color css

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

 span { border-color: rgb(46,117,114); }

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