#2A6E6C

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

Shades of Elm #2A6E6C

Tints of Elm #2A6E6C

Color information

#2A6E6C (or 0x2A6E6C) is unknown color: approx Elm. HEX triplet: 2A, 6E and 6C. RGB value is (42,110,108). Sum of RGB (Red+Green+Blue) = 42+110+108=260 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.15% from 260); Green value is 110 (43.36% from 255 or 42.31% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 110 - color contains mainly: green. Hex color #2A6E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6E6C is #D59193. Grayscale: #595959. Windows color (decimal): -13996436 or 7106090. OLE color: 7106090.

HSL color Cylindrical-coordinate representation of color #2A6E6C: hue angle of 178.24º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A6E6C is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB42110108-
CMYK0.6200.020.57
HSL178.24º44.74%29.8%-
HSV(B)178.24º61.82%43.14%-
XYZ9.2412.7316.16-
YUV89.44138.4794.16-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.15%
GREEN value IS 110 (43.36% from 255) = 42.31%
BLUE value IS 108 (42.58% from 255) = 41.54%
R=16.15%
G=42.31%
B=41.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal421101080.6200.020.57178.2444.7429.8
Hex2A6E6C3E0239b22d1e
Octal521561547602712625536
Binary101010110111011011001111100101110011011001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,110,108); }

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

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

 a { background-color: rgb(42,110,108); }

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

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

 span { border-color: rgb(42,110,108); }

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