#2A6A72

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

Shades of Allports #2A6A72

Tints of Allports #2A6A72

Color information

#2A6A72 (or 0x2A6A72) is unknown color: approx Allports. HEX triplet: 2A, 6A and 72. RGB value is (42,106,114). Sum of RGB (Red+Green+Blue) = 42+106+114=262 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.03% from 262); Green value is 106 (41.80% from 255 or 40.46% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 114 - color contains mainly: blue. Hex color #2A6A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6A72 is #D5958D. Grayscale: #575757. Windows color (decimal): -13997454 or 7498282. OLE color: 7498282.

HSL color Cylindrical-coordinate representation of color #2A6A72: hue angle of 186.67º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A6A72 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB42106114-
CMYK0.630.0700.55
HSL186.67º46.15%30.59%-
HSV(B)186.67º63.16%44.71%-
XYZ9.1512.0217.76-
YUV87.78142.895.35-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.03%
GREEN value IS 106 (41.80% from 255) = 40.46%
BLUE value IS 114 (44.92% from 255) = 43.51%
R=16.03%
G=40.46%
B=43.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal421061140.630.0700.55186.6746.1530.59
Hex2A6A723F7037bb2e1f
Octal521521627770672735637
Binary1010101101010111001011111111101101111011101110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,106,114); }

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

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

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

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

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

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

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