#2B817D

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

Shades of Elm #2B817D

Tints of Elm #2B817D

Color information

#2B817D (or 0x2B817D) is unknown color: approx Elm. HEX triplet: 2B, 81 and 7D. RGB value is (43,129,125). Sum of RGB (Red+Green+Blue) = 43+129+125=297 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.48% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 125 (49.22% from 255 or 42.09% from 297); Max value from RGB is 129 - color contains mainly: green. Hex color #2B817D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B817D is #D47E82. Grayscale: #666666. Windows color (decimal): -13926019 or 8225067. OLE color: 8225067.

HSL color Cylindrical-coordinate representation of color #2B817D: hue angle of 177.21º 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 #2B817D is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB43129125-
CMYK0.6700.030.49
HSL177.21º50%33.73%-
HSV(B)177.21º66.67%50.59%-
XYZ12.5517.6922.16-
YUV102.83140.5185.33-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.48%
GREEN value IS 129 (50.78% from 255) = 43.43%
BLUE value IS 125 (49.22% from 255) = 42.09%
R=14.48%
G=43.43%
B=42.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal431291250.6700.030.49177.215033.73
Hex2B817D430331b13222
Octal5320117510303612616242
Binary101011100000011111101100001101111000110110001110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,129,125); }

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

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

 a { background-color: rgb(43,129,125); }

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

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

 span { border-color: rgb(43,129,125); }

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