Html Css Color HEX #2A7660 Genoa

📋 copy color: '#2A7660'

red 42 ◦ green 118 ◦ blue 96

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

Shades of Genoa #2A7660

Tints of Genoa #2A7660

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.09%

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

R = 16.41%
G = 46.09%
B = 37.5%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#2A7660 (or 0x2A7660) is known color: Genoa. HEX triplet: 2A, 76 and 60. RGB value is (42,118,96). Sum of RGB (Red+Green+Blue) = 42+118+96=256 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.41% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 118 - color contains mainly: green. Hex color #2A7660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7660 is #D5899F. Grayscale: #5C5C5C. Windows color (decimal): -13994400 or 6321706. OLE color: 6321706.

HSL color Cylindrical-coordinate representation of color #2A7660: hue angle of 162.63º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A7660 is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 42 118 96 -
CMYK 0.64 0 0.19 0.54
HSL 162.63º 0.48% 0.31% -
HSV(B) 162.63º 0.64% 0.46% -
XYZ 9.54 14.29 13.32 -
YUV 92.77 129.82 91.79 -
System Red Green Blue C M Y K H S L
Decimal 42 118 96 0.64 0 0.19 0.54 162.63 0.48 0.31
Hex 2A 76 60 40 0 13 36 A3 30 1F
Octal 52 166 140 100 0 23 66 243 60 37
Binary 101010 1110110 1100000 1000000 0 10011 110110 10100011 110000 11111

Color Harmonies of #2A7660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7660

Black with #2A7660

Text Example


Text Example

White with #2A7660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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