#2B8B7A

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

Shades of Elm #2B8B7A

Tints of Elm #2B8B7A

Color information

#2B8B7A (or 0x2B8B7A) is unknown color: approx Elm. HEX triplet: 2B, 8B and 7A. RGB value is (43,139,122). Sum of RGB (Red+Green+Blue) = 43+139+122=304 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.14% from 304); Green value is 139 (54.69% from 255 or 45.72% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 139 - color contains mainly: green. Hex color #2B8B7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8B7A is #D47485. Grayscale: #6C6C6C. Windows color (decimal): -13923462 or 8031019. OLE color: 8031019.

HSL color Cylindrical-coordinate representation of color #2B8B7A: hue angle of 169.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 #2B8B7A is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB43139122-
CMYK0.6900.120.45
HSL169.38º52.75%35.69%-
HSV(B)169.38º69.06%54.51%-
XYZ13.7420.3821.62-
YUV108.36135.781.38-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.14%
GREEN value IS 139 (54.69% from 255) = 45.72%
BLUE value IS 122 (48.05% from 255) = 40.13%
R=14.14%
G=45.72%
B=40.13%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal431391220.6900.120.45169.3852.7535.69
Hex2B8B7A450C2Da93524
Octal53213172105014552516544
Binary10101110001011111101010001010110010110110101001110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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