#2A8577

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

Shades of Elm #2A8577

Tints of Elm #2A8577

Color information

#2A8577 (or 0x2A8577) is unknown color: approx Elm. HEX triplet: 2A, 85 and 77. RGB value is (42,133,119). Sum of RGB (Red+Green+Blue) = 42+133+119=294 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.29% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 119 (46.88% from 255 or 40.48% from 294); Max value from RGB is 133 - color contains mainly: green. Hex color #2A8577 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8577 is #D57A88. Grayscale: #686868. Windows color (decimal): -13990537 or 7832874. OLE color: 7832874.

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

Color convert

RGB42133119-
CMYK0.6800.110.48
HSL170.77º52%34.31%-
HSV(B)170.77º68.42%52.16%-
XYZ12.6718.620.37-
YUV104.2136.3583.64-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.29%
GREEN value IS 133 (52.34% from 255) = 45.24%
BLUE value IS 119 (46.88% from 255) = 40.48%
R=14.29%
G=45.24%
B=40.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal421331190.6800.110.48170.775234.31
Hex2A8577440B30ab3422
Octal52205167104013602536442
Binary10101010000101111011110001000101111000010101011110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,133,119); }

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

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

 a { background-color: rgb(42,133,119); }

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

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

 span { border-color: rgb(42,133,119); }

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