Html Css Color HEX #2A7160 Genoa

📋 copy color: '#2A7160'

red 42 ◦ green 113 ◦ blue 96

#2A7160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Genoa #2A7160

Tints of Genoa #2A7160

RGB

 RED value IS 42 (16.8% from 255) = 16.73%

 GREEN value IS 113 (44.53% from 255) = 45.02%

 BLUE value IS 96 (37.89% from 255) = 38.25%

R = 16.73%
G = 45.02%
B = 38.25%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#2A7160 (or 0x2A7160) is known color: Genoa. HEX triplet: 2A, 71 and 60. RGB value is (42,113,96). Sum of RGB (Red+Green+Blue) = 42+113+96=251 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.73% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 113 - color contains mainly: green. Hex color #2A7160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7160 is #D58E9F. Grayscale: #595959. Windows color (decimal): -13995680 or 6320426. OLE color: 6320426.

HSL color Cylindrical-coordinate representation of color #2A7160: hue angle of 165.63º 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 #2A7160 is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 42 113 96 -
CMYK 0.63 0 0.15 0.56
HSL 165.63º 0.46% 0.3% -
HSV(B) 165.63º 0.63% 0.44% -
XYZ 8.97 13.15 13.13 -
YUV 89.83 131.48 93.88 -
System Red Green Blue C M Y K H S L
Decimal 42 113 96 0.63 0 0.15 0.56 165.63 0.46 0.3
Hex 2A 71 60 3F 0 F 38 A6 2E 1E
Octal 52 161 140 77 0 17 70 246 56 36
Binary 101010 1110001 1100000 111111 0 1111 111000 10100110 101110 11110

Color Harmonies of #2A7160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7160

Black with #2A7160

Text Example


Text Example

White with #2A7160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2A7160;
 }
 .AnyTagClassName
 {
   color: #2A7160;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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