Html Css Color HEX #2A7764 Genoa

📋 copy color: '#2A7764'

red 42 ◦ green 119 ◦ blue 100

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

Shades of Genoa #2A7764

Tints of Genoa #2A7764

RGB

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

 GREEN value IS 119 (46.88% from 255) = 45.59%

 BLUE value IS 100 (39.45% from 255) = 38.31%

R = 16.09%
G = 45.59%
B = 38.31%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#2A7764 (or 0x2A7764) is known color: Genoa. HEX triplet: 2A, 77 and 64. RGB value is (42,119,100). Sum of RGB (Red+Green+Blue) = 42+119+100=261 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.09% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 100 (39.45% from 255 or 38.31% from 261); Max value from RGB is 119 - color contains mainly: green. Hex color #2A7764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7764 is #D5889B. Grayscale: #5D5D5D. Windows color (decimal): -13994140 or 6584106. OLE color: 6584106.

HSL color Cylindrical-coordinate representation of color #2A7764: hue angle of 165.19º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A7764 is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 42 119 100 -
CMYK 0.65 0 0.16 0.53
HSL 165.19º 0.48% 0.32% -
HSV(B) 165.19º 0.65% 0.47% -
XYZ 9.85 14.61 14.36 -
YUV 93.81 131.49 91.04 -
System Red Green Blue C M Y K H S L
Decimal 42 119 100 0.65 0 0.16 0.53 165.19 0.48 0.32
Hex 2A 77 64 41 0 10 35 A5 30 20
Octal 52 167 144 101 0 20 65 245 60 40
Binary 101010 1110111 1100100 1000001 0 10000 110101 10100101 110000 100000

Color Harmonies of #2A7764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7764

Black with #2A7764

Text Example


Text Example

White with #2A7764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,119,100); }

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

background-color css

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

 a { background-color: rgb(42,119,100); }

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

border-color css

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

 span { border-color: rgb(42,119,100); }

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