#2A8877

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

Shades of Elm #2A8877

Tints of Elm #2A8877

Color information

#2A8877 (or 0x2A8877) is unknown color: approx Elm. HEX triplet: 2A, 88 and 77. RGB value is (42,136,119). Sum of RGB (Red+Green+Blue) = 42+136+119=297 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.14% from 297); Green value is 136 (53.52% from 255 or 45.79% from 297); Blue value is 119 (46.88% from 255 or 40.07% from 297); Max value from RGB is 136 - color contains mainly: green. Hex color #2A8877 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8877 is #D57788. Grayscale: #696969. Windows color (decimal): -13989769 or 7833642. OLE color: 7833642.

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

Color convert

RGB42136119-
CMYK0.6900.120.47
HSL169.15º52.81%34.9%-
HSV(B)169.15º69.12%53.33%-
XYZ13.0919.4320.51-
YUV105.96135.3682.38-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.14%
GREEN value IS 136 (53.52% from 255) = 45.79%
BLUE value IS 119 (46.88% from 255) = 40.07%
R=14.14%
G=45.79%
B=40.07%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal421361190.6900.120.47169.1552.8134.9
Hex2A8877450C2Fa93523
Octal52210167105014572516543
Binary10101010001000111011110001010110010111110101001110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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