Html Css Color HEX #2A726A Genoa

📋 copy color: '#2A726A'

red 42 ◦ green 114 ◦ blue 106

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

Shades of Genoa #2A726A

Tints of Genoa #2A726A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.51%

 BLUE value IS 106 (41.8% from 255) = 40.46%

R = 16.03%
G = 43.51%
B = 40.46%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#2A726A (or 0x2A726A) is known color: Genoa. HEX triplet: 2A, 72 and 6A. RGB value is (42,114,106). Sum of RGB (Red+Green+Blue) = 42+114+106=262 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.03% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 106 (41.80% from 255 or 40.46% from 262); Max value from RGB is 114 - color contains mainly: green. Hex color #2A726A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A726A is #D58D95. Grayscale: #5B5B5B. Windows color (decimal): -13995414 or 6976042. OLE color: 6976042.

HSL color Cylindrical-coordinate representation of color #2A726A: hue angle of 173.33º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A726A is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 42 114 106 -
CMYK 0.63 0 0.07 0.55
HSL 173.33º 0.46% 0.31% -
HSV(B) 173.33º 0.63% 0.45% -
XYZ 9.57 13.57 15.75 -
YUV 91.56 136.15 92.65 -
System Red Green Blue C M Y K H S L
Decimal 42 114 106 0.63 0 0.07 0.55 173.33 0.46 0.31
Hex 2A 72 6A 3F 0 7 37 AD 2E 1F
Octal 52 162 152 77 0 7 67 255 56 37
Binary 101010 1110010 1101010 111111 0 111 110111 10101101 101110 11111

Color Harmonies of #2A726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A726A

Black with #2A726A

Text Example


Text Example

White with #2A726A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,114,106); }

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

background-color css

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

 a { background-color: rgb(42,114,106); }

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

border-color css

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

 span { border-color: rgb(42,114,106); }

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