#2A6E65

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

Shades of Genoa #2A6E65

Tints of Genoa #2A6E65

Color information

#2A6E65 (or 0x2A6E65) is unknown color: approx Genoa. HEX triplet: 2A, 6E and 65. RGB value is (42,110,101). Sum of RGB (Red+Green+Blue) = 42+110+101=253 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.60% from 253); Green value is 110 (43.36% from 255 or 43.48% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 110 - color contains mainly: green. Hex color #2A6E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6E65 is #D5919A. Grayscale: #585858. Windows color (decimal): -13996443 or 6647338. OLE color: 6647338.

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

Color convert

RGB42110101-
CMYK0.6200.080.57
HSL172.06º44.74%29.8%-
HSV(B)172.06º61.82%43.14%-
XYZ8.8812.5814.27-
YUV88.64134.9794.73-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.60%
GREEN value IS 110 (43.36% from 255) = 43.48%
BLUE value IS 101 (39.84% from 255) = 39.92%
R=16.60%
G=43.48%
B=39.92%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal421101010.6200.080.57172.0644.7429.8
Hex2A6E653E0839ac2d1e
Octal5215614576010712545536
Binary10101011011101100101111110010001110011010110010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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