Html Css Color HEX #2A7966 Genoa

📋 copy color: '#2A7966'

red 42 ◦ green 121 ◦ blue 102

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

Shades of Genoa #2A7966

Tints of Genoa #2A7966

RGB

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

 GREEN value IS 121 (47.66% from 255) = 45.66%

 BLUE value IS 102 (40.23% from 255) = 38.49%

R = 15.85%
G = 45.66%
B = 38.49%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#2A7966 (or 0x2A7966) is known color: Genoa. HEX triplet: 2A, 79 and 66. RGB value is (42,121,102). Sum of RGB (Red+Green+Blue) = 42+121+102=265 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.85% from 265); Green value is 121 (47.66% from 255 or 45.66% from 265); Blue value is 102 (40.23% from 255 or 38.49% from 265); Max value from RGB is 121 - color contains mainly: green. Hex color #2A7966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7966 is #D58699. Grayscale: #5F5F5F. Windows color (decimal): -13993626 or 6715690. OLE color: 6715690.

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

Color convert

RGB 42 121 102 -
CMYK 0.65 0 0.16 0.53
HSL 165.57º 0.48% 0.32% -
HSV(B) 165.57º 0.65% 0.47% -
XYZ 10.19 15.13 14.95 -
YUV 95.21 131.83 90.04 -
System Red Green Blue C M Y K H S L
Decimal 42 121 102 0.65 0 0.16 0.53 165.57 0.48 0.32
Hex 2A 79 66 41 0 10 35 A6 30 20
Octal 52 171 146 101 0 20 65 246 60 40
Binary 101010 1111001 1100110 1000001 0 10000 110101 10100110 110000 100000

Color Harmonies of #2A7966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7966

Black with #2A7966

Text Example


Text Example

White with #2A7966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,121,102); }

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

background-color css

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

 a { background-color: rgb(42,121,102); }

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

border-color css

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

 span { border-color: rgb(42,121,102); }

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