Html Css Color HEX #2A827D Elm

📋 copy color: '#2A827D'

red 42 ◦ green 130 ◦ blue 125

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

Shades of Elm #2A827D

Tints of Elm #2A827D

RGB

 RED value IS 42 (16.8% from 255) = 14.14%

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

 BLUE value IS 125 (49.22% from 255) = 42.09%

R = 14.14%
G = 43.77%
B = 42.09%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#2A827D (or 0x2A827D) is known color: Elm. HEX triplet: 2A, 82 and 7D. RGB value is (42,130,125). Sum of RGB (Red+Green+Blue) = 42+130+125=297 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.14% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 125 (49.22% from 255 or 42.09% from 297); Max value from RGB is 130 - color contains mainly: green. Hex color #2A827D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A827D is #D57D82. Grayscale: #676767. Windows color (decimal): -13991299 or 8225322. OLE color: 8225322.

HSL color Cylindrical-coordinate representation of color #2A827D: hue angle of 176.59º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A827D is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 42 130 125 -
CMYK 0.68 0 0.04 0.49
HSL 176.59º 0.51% 0.34% -
HSV(B) 176.59º 0.68% 0.51% -
XYZ 12.64 17.94 22.2 -
YUV 103.12 140.35 84.41 -
System Red Green Blue C M Y K H S L
Decimal 42 130 125 0.68 0 0.04 0.49 176.59 0.51 0.34
Hex 2A 82 7D 44 0 4 31 B1 33 22
Octal 52 202 175 104 0 4 61 261 63 42
Binary 101010 10000010 1111101 1000100 0 100 110001 10110001 110011 100010

Color Harmonies of #2A827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A827D

Black with #2A827D

Text Example


Text Example

White with #2A827D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,130,125); }

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

background-color css

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

 a { background-color: rgb(42,130,125); }

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

border-color css

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

 span { border-color: rgb(42,130,125); }

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