#2B8575

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

Shades of Elm #2B8575

Tints of Elm #2B8575

Color information

#2B8575 (or 0x2B8575) is unknown color: approx Elm. HEX triplet: 2B, 85 and 75. RGB value is (43,133,117). Sum of RGB (Red+Green+Blue) = 43+133+117=293 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.68% from 293); Green value is 133 (52.34% from 255 or 45.39% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 133 - color contains mainly: green. Hex color #2B8575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8575 is #D47A8A. Grayscale: #686868. Windows color (decimal): -13925003 or 7701803. OLE color: 7701803.

HSL color Cylindrical-coordinate representation of color #2B8575: hue angle of 169.33º 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 #2B8575 is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB43133117-
CMYK0.6800.120.48
HSL169.33º51.14%34.51%-
HSV(B)169.33º67.67%52.16%-
XYZ12.5918.5719.75-
YUV104.27135.1884.3-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.68%
GREEN value IS 133 (52.34% from 255) = 45.39%
BLUE value IS 117 (46.09% from 255) = 39.93%
R=14.68%
G=45.39%
B=39.93%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal431331170.6800.120.48169.3351.1434.51
Hex2B8575440C30a93323
Octal53205165104014602516343
Binary10101110000101111010110001000110011000010101001110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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