#2A827D

Color #2A827D Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #2A827D

Tints of Elm #2A827D

Color information

#2A827D (or 0x2A827D) is unknown color: approx 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

RGB42130125-
CMYK0.6800.040.49
HSL176.59º51.16%33.73%-
HSV(B)176.59º67.69%50.98%-
XYZ12.6417.9422.2-
YUV103.12140.3584.41-

RGB Variations

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

RGB

RED value IS 42 (16.80% 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 (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal421301250.6800.040.49176.5951.1633.73
Hex2A827D440431b13322
Octal5220217510404612616342
Binary1010101000001011111011000100010011000110110001110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>