Html Css Color HEX #2A766D Genoa

📋 copy color: '#2A766D'

red 42 ◦ green 118 ◦ blue 109

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

Shades of Genoa #2A766D

Tints of Genoa #2A766D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 40.52%

R = 15.61%
G = 43.87%
B = 40.52%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#2A766D (or 0x2A766D) is known color: Genoa. HEX triplet: 2A, 76 and 6D. RGB value is (42,118,109). Sum of RGB (Red+Green+Blue) = 42+118+109=269 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.61% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 118 - color contains mainly: green. Hex color #2A766D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A766D is #D58992. Grayscale: #5E5E5E. Windows color (decimal): -13994387 or 7173674. OLE color: 7173674.

HSL color Cylindrical-coordinate representation of color #2A766D: hue angle of 172.89º 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 #2A766D is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 42 118 109 -
CMYK 0.64 0 0.08 0.54
HSL 172.89º 0.48% 0.31% -
HSV(B) 172.89º 0.64% 0.46% -
XYZ 10.19 14.55 16.74 -
YUV 94.25 136.32 90.73 -
System Red Green Blue C M Y K H S L
Decimal 42 118 109 0.64 0 0.08 0.54 172.89 0.48 0.31
Hex 2A 76 6D 40 0 8 36 AD 30 1F
Octal 52 166 155 100 0 10 66 255 60 37
Binary 101010 1110110 1101101 1000000 0 1000 110110 10101101 110000 11111

Color Harmonies of #2A766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A766D

Black with #2A766D

Text Example


Text Example

White with #2A766D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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