#2A7F74

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

Shades of Elm #2A7F74

Tints of Elm #2A7F74

Color information

#2A7F74 (or 0x2A7F74) is unknown color: approx Elm. HEX triplet: 2A, 7F and 74. RGB value is (42,127,116). Sum of RGB (Red+Green+Blue) = 42+127+116=285 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.74% from 285); Green value is 127 (50% from 255 or 44.56% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 127 - color contains mainly: green. Hex color #2A7F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7F74 is #D5808B. Grayscale: #646464. Windows color (decimal): -13992076 or 7634730. OLE color: 7634730.

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

Color convert

RGB42127116-
CMYK0.6700.090.50
HSL172.24º50.3%33.14%-
HSV(B)172.24º66.93%49.8%-
XYZ11.716.9319.17-
YUV100.33136.8486.39-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.74%
GREEN value IS 127 (50% from 255) = 44.56%
BLUE value IS 116 (45.70% from 255) = 40.70%
R=14.74%
G=44.56%
B=40.70%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal421271160.6700.090.50172.2450.333.14
Hex2A7F74430932ac3221
Octal52177164103011622546241
Binary1010101111111111010010000110100111001010101100110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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