#2B8980

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

Shades of Elm #2B8980

Tints of Elm #2B8980

Color information

#2B8980 (or 0x2B8980) is unknown color: approx Elm. HEX triplet: 2B, 89 and 80. RGB value is (43,137,128). Sum of RGB (Red+Green+Blue) = 43+137+128=308 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.96% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 137 - color contains mainly: green. Hex color #2B8980 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8980 is #D4767F. Grayscale: #6B6B6B. Windows color (decimal): -13923968 or 8423723. OLE color: 8423723.

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

Color convert

RGB43137128-
CMYK0.6900.070.46
HSL174.26º52.22%35.29%-
HSV(B)174.26º68.61%53.73%-
XYZ13.8419.9623.55-
YUV107.87139.3681.73-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.96%
GREEN value IS 137 (53.91% from 255) = 44.48%
BLUE value IS 128 (50.39% from 255) = 41.56%
R=13.96%
G=44.48%
B=41.56%

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
Decimal431371280.6900.070.46174.2652.2235.29
Hex2B898045072Eae3423
Octal5321120010507562566443
Binary10101110001001100000001000101011110111010101110110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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