#2B887A

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

Shades of Elm #2B887A

Tints of Elm #2B887A

Color information

#2B887A (or 0x2B887A) is unknown color: approx Elm. HEX triplet: 2B, 88 and 7A. RGB value is (43,136,122). Sum of RGB (Red+Green+Blue) = 43+136+122=301 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.29% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 136 - color contains mainly: green. Hex color #2B887A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B887A is #D47785. Grayscale: #6A6A6A. Windows color (decimal): -13924230 or 8030251. OLE color: 8030251.

HSL color Cylindrical-coordinate representation of color #2B887A: hue angle of 170.97º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B887A is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB43136122-
CMYK0.6800.100.47
HSL170.97º51.96%35.1%-
HSV(B)170.97º68.38%53.33%-
XYZ13.3119.5321.48-
YUV106.6136.6982.64-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.29%
GREEN value IS 136 (53.52% from 255) = 45.18%
BLUE value IS 122 (48.05% from 255) = 40.53%
R=14.29%
G=45.18%
B=40.53%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal431361220.6800.100.47170.9751.9635.1
Hex2B887A440A2Fab3423
Octal53210172104012572536443
Binary10101110001000111101010001000101010111110101011110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B887A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,136,122); }

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

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

 a { background-color: rgb(43,136,122); }

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

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

 span { border-color: rgb(43,136,122); }

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