Html Css Color HEX #2A7762 Genoa

📋 copy color: '#2A7762'

red 42 ◦ green 119 ◦ blue 98

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

Shades of Genoa #2A7762

Tints of Genoa #2A7762

RGB

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

 GREEN value IS 119 (46.88% from 255) = 45.95%

 BLUE value IS 98 (38.67% from 255) = 37.84%

R = 16.22%
G = 45.95%
B = 37.84%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#2A7762 (or 0x2A7762) is known color: Genoa. HEX triplet: 2A, 77 and 62. RGB value is (42,119,98). Sum of RGB (Red+Green+Blue) = 42+119+98=259 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.22% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 119 - color contains mainly: green. Hex color #2A7762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7762 is #D5889D. Grayscale: #5D5D5D. Windows color (decimal): -13994142 or 6453034. OLE color: 6453034.

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

Color convert

RGB 42 119 98 -
CMYK 0.65 0 0.18 0.53
HSL 163.64º 0.48% 0.32% -
HSV(B) 163.64º 0.65% 0.47% -
XYZ 9.76 14.57 13.85 -
YUV 93.58 130.49 91.21 -
System Red Green Blue C M Y K H S L
Decimal 42 119 98 0.65 0 0.18 0.53 163.64 0.48 0.32
Hex 2A 77 62 41 0 12 35 A4 30 20
Octal 52 167 142 101 0 22 65 244 60 40
Binary 101010 1110111 1100010 1000001 0 10010 110101 10100100 110000 100000

Color Harmonies of #2A7762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7762

Black with #2A7762

Text Example


Text Example

White with #2A7762

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,119,98); }

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

background-color css

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

 a { background-color: rgb(42,119,98); }

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

border-color css

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

 span { border-color: rgb(42,119,98); }

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