#2B8B82

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

Shades of Elm #2B8B82

Tints of Elm #2B8B82

Color information

#2B8B82 (or 0x2B8B82) is unknown color: approx Elm. HEX triplet: 2B, 8B and 82. RGB value is (43,139,130). Sum of RGB (Red+Green+Blue) = 43+139+130=312 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.78% from 312); Green value is 139 (54.69% from 255 or 44.55% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 139 - color contains mainly: green. Hex color #2B8B82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8B82 is #D4747D. Grayscale: #6D6D6D. Windows color (decimal): -13923454 or 8555307. OLE color: 8555307.

HSL color Cylindrical-coordinate representation of color #2B8B82: hue angle of 174.38º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B8B82 is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB43139130-
CMYK0.6900.060.45
HSL174.38º52.75%35.69%-
HSV(B)174.38º69.06%54.51%-
XYZ14.2620.5924.34-
YUV109.27139.780.73-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.78%
GREEN value IS 139 (54.69% from 255) = 44.55%
BLUE value IS 130 (51.17% from 255) = 41.67%
R=13.78%
G=44.55%
B=41.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal431391300.6900.060.45174.3852.7535.69
Hex2B8B8245062Dae3524
Octal5321320210506552566544
Binary10101110001011100000101000101011010110110101110110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,139,130); }

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

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

 a { background-color: rgb(43,139,130); }

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

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

 span { border-color: rgb(43,139,130); }

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