Html Css Color HEX #2A736B Genoa

📋 copy color: '#2A736B'

red 42 ◦ green 115 ◦ blue 107

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

Shades of Genoa #2A736B

Tints of Genoa #2A736B

RGB

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

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

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

R = 15.91%
G = 43.56%
B = 40.53%

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

#2A736B (or 0x2A736B) is known color: Genoa. HEX triplet: 2A, 73 and 6B. RGB value is (42,115,107). Sum of RGB (Red+Green+Blue) = 42+115+107=264 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.91% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 107 (42.19% from 255 or 40.53% from 264); Max value from RGB is 115 - color contains mainly: green. Hex color #2A736B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A736B is #D58C94. Grayscale: #5C5C5C. Windows color (decimal): -13995157 or 7041834. OLE color: 7041834.

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

Color convert

RGB 42 115 107 -
CMYK 0.63 0 0.07 0.55
HSL 173.42º 0.46% 0.31% -
HSV(B) 173.42º 0.63% 0.45% -
XYZ 9.74 13.82 16.06 -
YUV 92.26 136.32 92.15 -
System Red Green Blue C M Y K H S L
Decimal 42 115 107 0.63 0 0.07 0.55 173.42 0.46 0.31
Hex 2A 73 6B 3F 0 7 37 AD 2E 1F
Octal 52 163 153 77 0 7 67 255 56 37
Binary 101010 1110011 1101011 111111 0 111 110111 10101101 101110 11111

Color Harmonies of #2A736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A736B

Black with #2A736B

Text Example


Text Example

White with #2A736B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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