#2B8A80

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

Shades of Elm #2B8A80

Tints of Elm #2B8A80

Color information

#2B8A80 (or 0x2B8A80) is unknown color: approx Elm. HEX triplet: 2B, 8A and 80. RGB value is (43,138,128). Sum of RGB (Red+Green+Blue) = 43+138+128=309 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.92% from 309); Green value is 138 (54.30% from 255 or 44.66% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 138 - color contains mainly: green. Hex color #2B8A80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8A80 is #D4757F. Grayscale: #6C6C6C. Windows color (decimal): -13923712 or 8423979. OLE color: 8423979.

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

Color convert

RGB43138128-
CMYK0.6900.070.46
HSL173.68º52.49%35.49%-
HSV(B)173.68º68.84%54.12%-
XYZ13.9820.2523.59-
YUV108.46139.0381.31-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.92%
GREEN value IS 138 (54.30% from 255) = 44.66%
BLUE value IS 128 (50.39% from 255) = 41.42%
R=13.92%
G=44.66%
B=41.42%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal431381280.6900.070.46173.6852.4935.49
Hex2B8A8045072Eae3423
Octal5321220010507562566443
Binary10101110001010100000001000101011110111010101110110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,138,128); }

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

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

 a { background-color: rgb(43,138,128); }

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

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

 span { border-color: rgb(43,138,128); }

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