Html Css Color HEX #2E7065 Genoa

📋 copy color: '#2E7065'

red 46 ◦ green 112 ◦ blue 101

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

Shades of Genoa #2E7065

Tints of Genoa #2E7065

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.24%

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

R = 17.76%
G = 43.24%
B = 39%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#2E7065 (or 0x2E7065) is known color: Genoa. HEX triplet: 2E, 70 and 65. RGB value is (46,112,101). Sum of RGB (Red+Green+Blue) = 46+112+101=259 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.76% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 101 (39.84% from 255 or 39.00% from 259); Max value from RGB is 112 - color contains mainly: green. Hex color #2E7065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7065 is #D18F9A. Grayscale: #5A5A5A. Windows color (decimal): -13733787 or 6647854. OLE color: 6647854.

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

Color convert

RGB 46 112 101 -
CMYK 0.59 0 0.10 0.56
HSL 170º 0.42% 0.31% -
HSV(B) 170º 0.59% 0.44% -
XYZ 9.27 13.11 14.35 -
YUV 91.01 133.63 95.89 -
System Red Green Blue C M Y K H S L
Decimal 46 112 101 0.59 0 0.10 0.56 170 0.42 0.31
Hex 2E 70 65 3B 0 A 38 AA 2A 1F
Octal 56 160 145 73 0 12 70 252 52 37
Binary 101110 1110000 1100101 111011 0 1010 111000 10101010 101010 11111

Color Harmonies of #2E7065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7065

Black with #2E7065

Text Example


Text Example

White with #2E7065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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