Html Css Color HEX #2E7971 Genoa

📋 copy color: '#2E7971'

red 46 ◦ green 121 ◦ blue 113

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

Shades of Genoa #2E7971

Tints of Genoa #2E7971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 40.36%

R = 16.43%
G = 43.21%
B = 40.36%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#2E7971 (or 0x2E7971) is known color: Genoa. HEX triplet: 2E, 79 and 71. RGB value is (46,121,113). Sum of RGB (Red+Green+Blue) = 46+121+113=280 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.43% from 280); Green value is 121 (47.66% from 255 or 43.21% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 121 - color contains mainly: green. Hex color #2E7971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7971 is #D1868E. Grayscale: #616161. Windows color (decimal): -13731471 or 7436590. OLE color: 7436590.

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

Color convert

RGB 46 121 113 -
CMYK 0.62 0 0.07 0.53
HSL 173.6º 0.45% 0.33% -
HSV(B) 173.6º 0.62% 0.47% -
XYZ 10.94 15.45 18.03 -
YUV 97.66 136.65 91.15 -
System Red Green Blue C M Y K H S L
Decimal 46 121 113 0.62 0 0.07 0.53 173.6 0.45 0.33
Hex 2E 79 71 3E 0 7 35 AE 2D 21
Octal 56 171 161 76 0 7 65 256 55 41
Binary 101110 1111001 1110001 111110 0 111 110101 10101110 101101 100001

Color Harmonies of #2E7971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7971

Black with #2E7971

Text Example


Text Example

White with #2E7971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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