Html Css Color HEX #2E7966 Genoa

📋 copy color: '#2E7966'

red 46 ◦ green 121 ◦ blue 102

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

Shades of Genoa #2E7966

Tints of Genoa #2E7966

RGB

 RED value IS 46 (18.36% from 255) = 17.1%

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

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

R = 17.1%
G = 44.98%
B = 37.92%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#2E7966 (or 0x2E7966) is known color: Genoa. HEX triplet: 2E, 79 and 66. RGB value is (46,121,102). Sum of RGB (Red+Green+Blue) = 46+121+102=269 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.10% from 269); Green value is 121 (47.66% from 255 or 44.98% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 121 - color contains mainly: green. Hex color #2E7966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7966 is #D18699. Grayscale: #606060. Windows color (decimal): -13731482 or 6715694. OLE color: 6715694.

HSL color Cylindrical-coordinate representation of color #2E7966: hue angle of 164.8º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E7966 is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 46 121 102 -
CMYK 0.62 0 0.16 0.53
HSL 164.8º 0.45% 0.33% -
HSV(B) 164.8º 0.62% 0.47% -
XYZ 10.36 15.21 14.96 -
YUV 96.41 131.15 92.04 -
System Red Green Blue C M Y K H S L
Decimal 46 121 102 0.62 0 0.16 0.53 164.8 0.45 0.33
Hex 2E 79 66 3E 0 10 35 A5 2D 21
Octal 56 171 146 76 0 20 65 245 55 41
Binary 101110 1111001 1100110 111110 0 10000 110101 10100101 101101 100001

Color Harmonies of #2E7966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7966

Black with #2E7966

Text Example


Text Example

White with #2E7966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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