#2B8579

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

Shades of Elm #2B8579

Tints of Elm #2B8579

Color information

#2B8579 (or 0x2B8579) is unknown color: approx Elm. HEX triplet: 2B, 85 and 79. RGB value is (43,133,121). Sum of RGB (Red+Green+Blue) = 43+133+121=297 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.48% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 133 - color contains mainly: green. Hex color #2B8579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8579 is #D47A86. Grayscale: #686868. Windows color (decimal): -13924999 or 7963947. OLE color: 7963947.

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

Color convert

RGB43133121-
CMYK0.6800.090.48
HSL172º51.14%34.51%-
HSV(B)172º67.67%52.16%-
XYZ12.8318.6721.02-
YUV104.72137.1883.98-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.48%
GREEN value IS 133 (52.34% from 255) = 44.78%
BLUE value IS 121 (47.66% from 255) = 40.74%
R=14.48%
G=44.78%
B=40.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal431331210.6800.090.4817251.1434.51
Hex2B8579440930ac3323
Octal53205171104011602546343
Binary10101110000101111100110001000100111000010101100110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,133,121); }

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

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

 a { background-color: rgb(43,133,121); }

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

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

 span { border-color: rgb(43,133,121); }

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