Html Css Color HEX #2E827B Elm

📋 copy color: '#2E827B'

red 46 ◦ green 130 ◦ blue 123

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

Shades of Elm #2E827B

Tints of Elm #2E827B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.48%

 BLUE value IS 123 (48.44% from 255) = 41.14%

R = 15.38%
G = 43.48%
B = 41.14%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#2E827B (or 0x2E827B) is known color: Elm. HEX triplet: 2E, 82 and 7B. RGB value is (46,130,123). Sum of RGB (Red+Green+Blue) = 46+130+123=299 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.38% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 130 - color contains mainly: green. Hex color #2E827B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E827B is #D17D84. Grayscale: #686868. Windows color (decimal): -13729157 or 8094254. OLE color: 8094254.

HSL color Cylindrical-coordinate representation of color #2E827B: hue angle of 175º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E827B is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 46 130 123 -
CMYK 0.65 0 0.05 0.49
HSL 175º 0.48% 0.35% -
HSV(B) 175º 0.65% 0.51% -
XYZ 12.68 17.98 21.54 -
YUV 104.09 138.67 86.57 -
System Red Green Blue C M Y K H S L
Decimal 46 130 123 0.65 0 0.05 0.49 175 0.48 0.35
Hex 2E 82 7B 41 0 5 31 AF 30 23
Octal 56 202 173 101 0 5 61 257 60 43
Binary 101110 10000010 1111011 1000001 0 101 110001 10101111 110000 100011

Color Harmonies of #2E827B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E827B

Black with #2E827B

Text Example


Text Example

White with #2E827B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,130,123); }

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

background-color css

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

 a { background-color: rgb(46,130,123); }

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

border-color css

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

 span { border-color: rgb(46,130,123); }

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