Html Css Color HEX #2A7662 Genoa

📋 copy color: '#2A7662'

red 42 ◦ green 118 ◦ blue 98

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

Shades of Genoa #2A7662

Tints of Genoa #2A7662

RGB

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

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

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

R = 16.28%
G = 45.74%
B = 37.98%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#2A7662 (or 0x2A7662) is known color: Genoa. HEX triplet: 2A, 76 and 62. RGB value is (42,118,98). Sum of RGB (Red+Green+Blue) = 42+118+98=258 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.28% from 258); Green value is 118 (46.48% from 255 or 45.74% from 258); Blue value is 98 (38.67% from 255 or 37.98% from 258); Max value from RGB is 118 - color contains mainly: green. Hex color #2A7662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7662 is #D5899D. Grayscale: #5C5C5C. Windows color (decimal): -13994398 or 6452778. OLE color: 6452778.

HSL color Cylindrical-coordinate representation of color #2A7662: hue angle of 164.21º 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 #2A7662 is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB 42 118 98 -
CMYK 0.64 0 0.17 0.54
HSL 164.21º 0.48% 0.31% -
HSV(B) 164.21º 0.64% 0.46% -
XYZ 9.64 14.33 13.81 -
YUV 93 130.82 91.63 -
System Red Green Blue C M Y K H S L
Decimal 42 118 98 0.64 0 0.17 0.54 164.21 0.48 0.31
Hex 2A 76 62 40 0 11 36 A4 30 1F
Octal 52 166 142 100 0 21 66 244 60 37
Binary 101010 1110110 1100010 1000000 0 10001 110110 10100100 110000 11111

Color Harmonies of #2A7662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7662

Black with #2A7662

Text Example


Text Example

White with #2A7662

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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