#2A7167

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

Shades of Genoa #2A7167

Tints of Genoa #2A7167

Color information

#2A7167 (or 0x2A7167) is unknown color: approx Genoa. HEX triplet: 2A, 71 and 67. RGB value is (42,113,103). Sum of RGB (Red+Green+Blue) = 42+113+103=258 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.28% from 258); Green value is 113 (44.53% from 255 or 43.80% from 258); Blue value is 103 (40.62% from 255 or 39.92% from 258); Max value from RGB is 113 - color contains mainly: green. Hex color #2A7167 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7167 is #D58E98. Grayscale: #5A5A5A. Windows color (decimal): -13995673 or 6779178. OLE color: 6779178.

HSL color Cylindrical-coordinate representation of color #2A7167: hue angle of 171.55º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A7167 is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB42113103-
CMYK0.6300.090.56
HSL171.55º45.81%30.39%-
HSV(B)171.55º62.83%44.31%-
XYZ9.3113.2814.91-
YUV90.63134.9893.31-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.28%
GREEN value IS 113 (44.53% from 255) = 43.80%
BLUE value IS 103 (40.62% from 255) = 39.92%
R=16.28%
G=43.80%
B=39.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal421131030.6300.090.56171.5545.8130.39
Hex2A71673F0938ac2e1e
Octal5216114777011702545636
Binary10101011100011100111111111010011110001010110010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,113,103); }

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

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

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

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

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

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

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