Html Css Color HEX #2E7162 Genoa

📋 copy color: '#2E7162'

red 46 ◦ green 113 ◦ blue 98

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

Shades of Genoa #2E7162

Tints of Genoa #2E7162

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.97%

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

R = 17.9%
G = 43.97%
B = 38.13%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#2E7162 (or 0x2E7162) is known color: Genoa. HEX triplet: 2E, 71 and 62. RGB value is (46,113,98). Sum of RGB (Red+Green+Blue) = 46+113+98=257 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.90% from 257); Green value is 113 (44.53% from 255 or 43.97% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 113 - color contains mainly: green. Hex color #2E7162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7162 is #D18E9D. Grayscale: #5B5B5B. Windows color (decimal): -13733534 or 6451502. OLE color: 6451502.

HSL color Cylindrical-coordinate representation of color #2E7162: hue angle of 166.57º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E7162 is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 46 113 98 -
CMYK 0.59 0 0.13 0.56
HSL 166.57º 0.42% 0.31% -
HSV(B) 166.57º 0.59% 0.44% -
XYZ 9.24 13.27 13.63 -
YUV 91.26 131.8 95.72 -
System Red Green Blue C M Y K H S L
Decimal 46 113 98 0.59 0 0.13 0.56 166.57 0.42 0.31
Hex 2E 71 62 3B 0 D 38 A7 2A 1F
Octal 56 161 142 73 0 15 70 247 52 37
Binary 101110 1110001 1100010 111011 0 1101 111000 10100111 101010 11111

Color Harmonies of #2E7162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7162

Black with #2E7162

Text Example


Text Example

White with #2E7162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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