#2A867A

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

Shades of Elm #2A867A

Tints of Elm #2A867A

Color information

#2A867A (or 0x2A867A) is unknown color: approx Elm. HEX triplet: 2A, 86 and 7A. RGB value is (42,134,122). Sum of RGB (Red+Green+Blue) = 42+134+122=298 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.09% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 134 - color contains mainly: green. Hex color #2A867A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A867A is #D57985. Grayscale: #696969. Windows color (decimal): -13990278 or 8029738. OLE color: 8029738.

HSL color Cylindrical-coordinate representation of color #2A867A: hue angle of 172.17º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A867A is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB42134122-
CMYK0.6900.090.47
HSL172.17º52.27%34.51%-
HSV(B)172.17º68.66%52.55%-
XYZ12.9918.9521.38-
YUV105.12137.5282.98-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.09%
GREEN value IS 134 (52.73% from 255) = 44.97%
BLUE value IS 122 (48.05% from 255) = 40.94%
R=14.09%
G=44.97%
B=40.94%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal421341220.6900.090.47172.1752.2734.51
Hex2A867A45092Fac3423
Octal52206172105011572546443
Binary10101010000110111101010001010100110111110101100110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,134,122); }

 H1.HeaderClassName
 {
   color: #2A867A;
 }
 .AnyTagClassName
 {
   color: #2A867A;
 }
</style>
background-color css

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

 a { background-color: rgb(42,134,122); }

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

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

 span { border-color: rgb(42,134,122); }

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