Html Css Color HEX #2A796B Genoa

📋 copy color: '#2A796B'

red 42 ◦ green 121 ◦ blue 107

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

Shades of Genoa #2A796B

Tints of Genoa #2A796B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.81%

 BLUE value IS 107 (42.19% from 255) = 39.63%

R = 15.56%
G = 44.81%
B = 39.63%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#2A796B (or 0x2A796B) is known color: Genoa. HEX triplet: 2A, 79 and 6B. RGB value is (42,121,107). Sum of RGB (Red+Green+Blue) = 42+121+107=270 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.56% from 270); Green value is 121 (47.66% from 255 or 44.81% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 121 - color contains mainly: green. Hex color #2A796B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A796B is #D58694. Grayscale: #5F5F5F. Windows color (decimal): -13993621 or 7043370. OLE color: 7043370.

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

Color convert

RGB 42 121 107 -
CMYK 0.65 0 0.12 0.53
HSL 169.37º 0.48% 0.32% -
HSV(B) 169.37º 0.65% 0.47% -
XYZ 10.45 15.23 16.3 -
YUV 95.78 134.33 89.64 -
System Red Green Blue C M Y K H S L
Decimal 42 121 107 0.65 0 0.12 0.53 169.37 0.48 0.32
Hex 2A 79 6B 41 0 C 35 A9 30 20
Octal 52 171 153 101 0 14 65 251 60 40
Binary 101010 1111001 1101011 1000001 0 1100 110101 10101001 110000 100000

Color Harmonies of #2A796B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A796B

Black with #2A796B

Text Example


Text Example

White with #2A796B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,121,107); }

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

background-color css

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

 a { background-color: rgb(42,121,107); }

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

border-color css

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

 span { border-color: rgb(42,121,107); }

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