Html Css Color HEX #2A736A Genoa

📋 copy color: '#2A736A'

red 42 ◦ green 115 ◦ blue 106

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

Shades of Genoa #2A736A

Tints of Genoa #2A736A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.73%

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

R = 15.97%
G = 43.73%
B = 40.3%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#2A736A (or 0x2A736A) is known color: Genoa. HEX triplet: 2A, 73 and 6A. RGB value is (42,115,106). Sum of RGB (Red+Green+Blue) = 42+115+106=263 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.97% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 106 (41.80% from 255 or 40.30% from 263); Max value from RGB is 115 - color contains mainly: green. Hex color #2A736A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A736A is #D58C95. Grayscale: #5C5C5C. Windows color (decimal): -13995158 or 6976298. OLE color: 6976298.

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

Color convert

RGB 42 115 106 -
CMYK 0.63 0 0.08 0.55
HSL 172.6º 0.46% 0.31% -
HSV(B) 172.6º 0.63% 0.45% -
XYZ 9.69 13.79 15.79 -
YUV 92.15 135.82 92.23 -
System Red Green Blue C M Y K H S L
Decimal 42 115 106 0.63 0 0.08 0.55 172.6 0.46 0.31
Hex 2A 73 6A 3F 0 8 37 AD 2E 1F
Octal 52 163 152 77 0 10 67 255 56 37
Binary 101010 1110011 1101010 111111 0 1000 110111 10101101 101110 11111

Color Harmonies of #2A736A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A736A

Black with #2A736A

Text Example


Text Example

White with #2A736A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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