Html Css Color HEX #2A776C Genoa

📋 copy color: '#2A776C'

red 42 ◦ green 119 ◦ blue 108

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

Shades of Genoa #2A776C

Tints of Genoa #2A776C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 40.15%

R = 15.61%
G = 44.24%
B = 40.15%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#2A776C (or 0x2A776C) is known color: Genoa. HEX triplet: 2A, 77 and 6C. RGB value is (42,119,108). Sum of RGB (Red+Green+Blue) = 42+119+108=269 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.61% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 119 - color contains mainly: green. Hex color #2A776C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A776C is #D58893. Grayscale: #5E5E5E. Windows color (decimal): -13994132 or 7108394. OLE color: 7108394.

HSL color Cylindrical-coordinate representation of color #2A776C: hue angle of 171.43º 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 #2A776C is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 42 119 108 -
CMYK 0.65 0 0.09 0.53
HSL 171.43º 0.48% 0.32% -
HSV(B) 171.43º 0.65% 0.47% -
XYZ 10.26 14.77 16.5 -
YUV 94.72 135.49 90.39 -
System Red Green Blue C M Y K H S L
Decimal 42 119 108 0.65 0 0.09 0.53 171.43 0.48 0.32
Hex 2A 77 6C 41 0 9 35 AB 30 20
Octal 52 167 154 101 0 11 65 253 60 40
Binary 101010 1110111 1101100 1000001 0 1001 110101 10101011 110000 100000

Color Harmonies of #2A776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A776C

Black with #2A776C

Text Example


Text Example

White with #2A776C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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