#2A8780

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

Shades of Elm #2A8780

Tints of Elm #2A8780

Color information

#2A8780 (or 0x2A8780) is unknown color: approx Elm. HEX triplet: 2A, 87 and 80. RGB value is (42,135,128). Sum of RGB (Red+Green+Blue) = 42+135+128=305 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.77% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 135 - color contains mainly: green. Hex color #2A8780 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A8780 is #D5787F. Grayscale: #6A6A6A. Windows color (decimal): -13990016 or 8423210. OLE color: 8423210.

HSL color Cylindrical-coordinate representation of color #2A8780: hue angle of 175.48º degrees, saturation: 0.53, 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 #2A8780 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB42135128-
CMYK0.6900.050.47
HSL175.48º52.54%34.71%-
HSV(B)175.48º68.89%52.94%-
XYZ13.5219.3823.45-
YUV106.4140.1982.07-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.77%
GREEN value IS 135 (53.12% from 255) = 44.26%
BLUE value IS 128 (50.39% from 255) = 41.97%
R=13.77%
G=44.26%
B=41.97%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal421351280.6900.050.47175.4852.5434.71
Hex2A878045052Faf3523
Octal5220720010505572576543
Binary10101010000111100000001000101010110111110101111110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,135,128); }

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

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

 a { background-color: rgb(42,135,128); }

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

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

 span { border-color: rgb(42,135,128); }

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