Html Css Color HEX #2A7365 Genoa

📋 copy color: '#2A7365'

red 42 ◦ green 115 ◦ blue 101

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

Shades of Genoa #2A7365

Tints of Genoa #2A7365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 39.15%

R = 16.28%
G = 44.57%
B = 39.15%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#2A7365 (or 0x2A7365) is known color: Genoa. HEX triplet: 2A, 73 and 65. RGB value is (42,115,101). Sum of RGB (Red+Green+Blue) = 42+115+101=258 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.28% from 258); Green value is 115 (45.31% from 255 or 44.57% from 258); Blue value is 101 (39.84% from 255 or 39.15% from 258); Max value from RGB is 115 - color contains mainly: green. Hex color #2A7365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7365 is #D58C9A. Grayscale: #5B5B5B. Windows color (decimal): -13995163 or 6648618. OLE color: 6648618.

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

Color convert

RGB 42 115 101 -
CMYK 0.63 0 0.12 0.55
HSL 168.49º 0.46% 0.31% -
HSV(B) 168.49º 0.63% 0.45% -
XYZ 9.43 13.69 14.46 -
YUV 91.58 133.32 92.64 -
System Red Green Blue C M Y K H S L
Decimal 42 115 101 0.63 0 0.12 0.55 168.49 0.46 0.31
Hex 2A 73 65 3F 0 C 37 A8 2E 1F
Octal 52 163 145 77 0 14 67 250 56 37
Binary 101010 1110011 1100101 111111 0 1100 110111 10101000 101110 11111

Color Harmonies of #2A7365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7365

Black with #2A7365

Text Example


Text Example

White with #2A7365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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