#2A7976

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

Shades of Elm #2A7976

Tints of Elm #2A7976

Color information

#2A7976 (or 0x2A7976) is unknown color: approx Elm. HEX triplet: 2A, 79 and 76. RGB value is (42,121,118). Sum of RGB (Red+Green+Blue) = 42+121+118=281 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.95% from 281); Green value is 121 (47.66% from 255 or 43.06% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 121 - color contains mainly: green. Hex color #2A7976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7976 is #D58689. Grayscale: #606060. Windows color (decimal): -13993610 or 7764266. OLE color: 7764266.

HSL color Cylindrical-coordinate representation of color #2A7976: hue angle of 177.72º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A7976 is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB42121118-
CMYK0.6500.020.53
HSL177.72º48.47%31.96%-
HSV(B)177.72º65.29%47.45%-
XYZ11.0615.4719.54-
YUV97.04139.8388.74-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.95%
GREEN value IS 121 (47.66% from 255) = 43.06%
BLUE value IS 118 (46.48% from 255) = 41.99%
R=14.95%
G=43.06%
B=41.99%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal421211180.6500.020.53177.7248.4731.96
Hex2A7976410235b23020
Octal5217116610102652626040
Binary10101011110011110110100000101011010110110010110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,121,118); }

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

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

 a { background-color: rgb(42,121,118); }

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

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

 span { border-color: rgb(42,121,118); }

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