#2A7F7A

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

Shades of Elm #2A7F7A

Tints of Elm #2A7F7A

Color information

#2A7F7A (or 0x2A7F7A) is unknown color: approx Elm. HEX triplet: 2A, 7F and 7A. RGB value is (42,127,122). Sum of RGB (Red+Green+Blue) = 42+127+122=291 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.43% from 291); Green value is 127 (50% from 255 or 43.64% from 291); Blue value is 122 (48.05% from 255 or 41.92% from 291); Max value from RGB is 127 - color contains mainly: green. Hex color #2A7F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7F7A is #D58085. Grayscale: #646464. Windows color (decimal): -13992070 or 8027946. OLE color: 8027946.

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

Color convert

RGB42127122-
CMYK0.6700.040.50
HSL176.47º50.3%33.14%-
HSV(B)176.47º66.93%49.8%-
XYZ12.0617.0821.07-
YUV101.02139.8485.91-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.43%
GREEN value IS 127 (50% from 255) = 43.64%
BLUE value IS 122 (48.05% from 255) = 41.92%
R=14.43%
G=43.64%
B=41.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal421271220.6700.040.50176.4750.333.14
Hex2A7F7A430432b03221
Octal5217717210304622606241
Binary101010111111111110101000011010011001010110000110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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