#2B8578

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

Shades of Elm #2B8578

Tints of Elm #2B8578

Color information

#2B8578 (or 0x2B8578) is unknown color: approx Elm. HEX triplet: 2B, 85 and 78. RGB value is (43,133,120). Sum of RGB (Red+Green+Blue) = 43+133+120=296 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.53% from 296); Green value is 133 (52.34% from 255 or 44.93% from 296); Blue value is 120 (47.27% from 255 or 40.54% from 296); Max value from RGB is 133 - color contains mainly: green. Hex color #2B8578 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8578 is #D47A87. Grayscale: #686868. Windows color (decimal): -13925000 or 7898411. OLE color: 7898411.

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

Color convert

RGB43133120-
CMYK0.6800.100.48
HSL171.33º51.14%34.51%-
HSV(B)171.33º67.67%52.16%-
XYZ12.7718.6420.69-
YUV104.61136.6884.06-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.53%
GREEN value IS 133 (52.34% from 255) = 44.93%
BLUE value IS 120 (47.27% from 255) = 40.54%
R=14.53%
G=44.93%
B=40.54%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal431331200.6800.100.48171.3351.1434.51
Hex2B8578440A30ab3323
Octal53205170104012602536343
Binary10101110000101111100010001000101011000010101011110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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