#2A6E6E

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

Shades of Elm #2A6E6E

Tints of Elm #2A6E6E

Color information

#2A6E6E (or 0x2A6E6E) is unknown color: approx Elm. HEX triplet: 2A, 6E and 6E. RGB value is (42,110,110). Sum of RGB (Red+Green+Blue) = 42+110+110=262 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.03% from 262); Green value is 110 (43.36% from 255 or 41.98% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 110 - color contains mainly: green, blue. Hex color #2A6E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6E6E is #D59191. Grayscale: #595959. Windows color (decimal): -13996434 or 7237162. OLE color: 7237162.

HSL color Cylindrical-coordinate representation of color #2A6E6E: hue angle of 180º 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 #2A6E6E is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB42110110-
CMYK0.62000.57
HSL180º44.74%29.8%-
HSV(B)180º61.82%43.14%-
XYZ9.3512.7716.72-
YUV89.67139.4794-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.03%
GREEN value IS 110 (43.36% from 255) = 41.98%
BLUE value IS 110 (43.36% from 255) = 41.98%
R=16.03%
G=41.98%
B=41.98%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal421101100.62000.5718044.7429.8
Hex2A6E6E3E0039b42d1e
Octal521561567600712645536
Binary10101011011101101110111110001110011011010010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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