Html Css Color HEX #2A7661 Genoa

📋 copy color: '#2A7661'

red 42 ◦ green 118 ◦ blue 97

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

Shades of Genoa #2A7661

Tints of Genoa #2A7661

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.91%

 BLUE value IS 97 (38.28% from 255) = 37.74%

R = 16.34%
G = 45.91%
B = 37.74%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#2A7661 (or 0x2A7661) is known color: Genoa. HEX triplet: 2A, 76 and 61. RGB value is (42,118,97). Sum of RGB (Red+Green+Blue) = 42+118+97=257 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.34% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 118 - color contains mainly: green. Hex color #2A7661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7661 is #D5899E. Grayscale: #5C5C5C. Windows color (decimal): -13994399 or 6387242. OLE color: 6387242.

HSL color Cylindrical-coordinate representation of color #2A7661: hue angle of 163.42º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A7661 is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 42 118 97 -
CMYK 0.64 0 0.18 0.54
HSL 163.42º 0.48% 0.31% -
HSV(B) 163.42º 0.64% 0.46% -
XYZ 9.59 14.31 13.57 -
YUV 92.88 130.32 91.71 -
System Red Green Blue C M Y K H S L
Decimal 42 118 97 0.64 0 0.18 0.54 163.42 0.48 0.31
Hex 2A 76 61 40 0 12 36 A3 30 1F
Octal 52 166 141 100 0 22 66 243 60 37
Binary 101010 1110110 1100001 1000000 0 10010 110110 10100011 110000 11111

Color Harmonies of #2A7661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7661

Black with #2A7661

Text Example


Text Example

White with #2A7661

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,118,97); }

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

background-color css

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

 a { background-color: rgb(42,118,97); }

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

border-color css

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

 span { border-color: rgb(42,118,97); }

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