#2a8880

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

Shades of Elm #2A8880

Tints of Elm #2A8880

Color information

#2A8880 (or 0x2A8880) is unknown color: approx Elm. HEX triplet: 2A, 88 and 80. RGB value is (42,136,128). Sum of RGB (Red+Green+Blue) = 42+136+128=306 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.73% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 136 - color contains mainly: green. Hex color #2A8880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A8880 is #D5777F. Grayscale: #6A6A6A. Windows color (decimal): -13989760 or 8423466. OLE color: 8423466.

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

Color convert

RGB42136128-
CMYK0.6900.060.47
HSL174.89º52.81%34.9%-
HSV(B)174.89º69.12%53.33%-
XYZ13.6619.6623.5-
YUV106.98139.8681.65-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.73%
GREEN value IS 136 (53.52% from 255) = 44.44%
BLUE value IS 128 (50.39% from 255) = 41.83%
R=13.73%
G=44.44%
B=41.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal421361280.6900.060.47174.8952.8134.9
Hex2A888045062Faf3523
Octal5221020010506572576543
Binary10101010001000100000001000101011010111110101111110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a8880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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