Html Css Color HEX #2E7165 Genoa

📋 copy color: '#2E7165'

red 46 ◦ green 113 ◦ blue 101

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

Shades of Genoa #2E7165

Tints of Genoa #2E7165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 38.85%

R = 17.69%
G = 43.46%
B = 38.85%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#2E7165 (or 0x2E7165) is known color: Genoa. HEX triplet: 2E, 71 and 65. RGB value is (46,113,101). Sum of RGB (Red+Green+Blue) = 46+113+101=260 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.69% from 260); Green value is 113 (44.53% from 255 or 43.46% from 260); Blue value is 101 (39.84% from 255 or 38.85% from 260); Max value from RGB is 113 - color contains mainly: green. Hex color #2E7165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7165 is #D18E9A. Grayscale: #5B5B5B. Windows color (decimal): -13733531 or 6648110. OLE color: 6648110.

HSL color Cylindrical-coordinate representation of color #2E7165: hue angle of 169.25º 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 #2E7165 is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 46 113 101 -
CMYK 0.59 0 0.11 0.56
HSL 169.25º 0.42% 0.31% -
HSV(B) 169.25º 0.59% 0.44% -
XYZ 9.38 13.33 14.39 -
YUV 91.6 133.3 95.48 -
System Red Green Blue C M Y K H S L
Decimal 46 113 101 0.59 0 0.11 0.56 169.25 0.42 0.31
Hex 2E 71 65 3B 0 B 38 A9 2A 1F
Octal 56 161 145 73 0 13 70 251 52 37
Binary 101110 1110001 1100101 111011 0 1011 111000 10101001 101010 11111

Color Harmonies of #2E7165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7165

Black with #2E7165

Text Example


Text Example

White with #2E7165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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