#2B7F74

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

Shades of Elm #2B7F74

Tints of Elm #2B7F74

Color information

#2B7F74 (or 0x2B7F74) is unknown color: approx Elm. HEX triplet: 2B, 7F and 74. RGB value is (43,127,116). Sum of RGB (Red+Green+Blue) = 43+127+116=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 127 (50% from 255 or 44.41% from 286); Blue value is 116 (45.70% from 255 or 40.56% from 286); Max value from RGB is 127 - color contains mainly: green. Hex color #2B7F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7F74 is #D4808B. Grayscale: #646464. Windows color (decimal): -13926540 or 7634731. OLE color: 7634731.

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

Color convert

RGB43127116-
CMYK0.6600.090.50
HSL172.14º49.41%33.33%-
HSV(B)172.14º66.14%49.8%-
XYZ11.7416.9519.18-
YUV100.63136.6786.89-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.03%
GREEN value IS 127 (50% from 255) = 44.41%
BLUE value IS 116 (45.70% from 255) = 40.56%
R=15.03%
G=44.41%
B=40.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal431271160.6600.090.50172.1449.4133.33
Hex2B7F74420932ac3121
Octal53177164102011622546141
Binary1010111111111111010010000100100111001010101100110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,127,116); }

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

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

 a { background-color: rgb(43,127,116); }

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

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

 span { border-color: rgb(43,127,116); }

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