#2B8276

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

Shades of Elm #2B8276

Tints of Elm #2B8276

Color information

#2B8276 (or 0x2B8276) is unknown color: approx Elm. HEX triplet: 2B, 82 and 76. RGB value is (43,130,118). Sum of RGB (Red+Green+Blue) = 43+130+118=291 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.78% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 130 - color contains mainly: green. Hex color #2B8276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8276 is #D47D89. Grayscale: #666666. Windows color (decimal): -13925770 or 7766571. OLE color: 7766571.

HSL color Cylindrical-coordinate representation of color #2B8276: hue angle of 171.72º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B8276 is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB43130118-
CMYK0.6700.090.49
HSL171.72º50.29%33.92%-
HSV(B)171.72º66.92%50.98%-
XYZ12.2517.7919.93-
YUV102.62136.6885.48-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.78%
GREEN value IS 130 (51.17% from 255) = 44.67%
BLUE value IS 118 (46.48% from 255) = 40.55%
R=14.78%
G=44.67%
B=40.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal431301180.6700.090.49171.7250.2933.92
Hex2B8276430931ac3222
Octal53202166103011612546242
Binary10101110000010111011010000110100111000110101100110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,130,118); }

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

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

 a { background-color: rgb(43,130,118); }

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

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

 span { border-color: rgb(43,130,118); }

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