Html Css Color HEX #2E7163 Genoa

📋 copy color: '#2E7163'

red 46 ◦ green 113 ◦ blue 99

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

Shades of Genoa #2E7163

Tints of Genoa #2E7163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 38.37%

R = 17.83%
G = 43.8%
B = 38.37%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#2E7163 (or 0x2E7163) is known color: Genoa. HEX triplet: 2E, 71 and 63. RGB value is (46,113,99). Sum of RGB (Red+Green+Blue) = 46+113+99=258 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.83% from 258); Green value is 113 (44.53% from 255 or 43.80% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 113 - color contains mainly: green. Hex color #2E7163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7163 is #D18E9C. Grayscale: #5B5B5B. Windows color (decimal): -13733533 or 6517038. OLE color: 6517038.

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

Color convert

RGB 46 113 99 -
CMYK 0.59 0 0.12 0.56
HSL 167.46º 0.42% 0.31% -
HSV(B) 167.46º 0.59% 0.44% -
XYZ 9.28 13.29 13.88 -
YUV 91.37 132.3 95.64 -
System Red Green Blue C M Y K H S L
Decimal 46 113 99 0.59 0 0.12 0.56 167.46 0.42 0.31
Hex 2E 71 63 3B 0 C 38 A7 2A 1F
Octal 56 161 143 73 0 14 70 247 52 37
Binary 101110 1110001 1100011 111011 0 1100 111000 10100111 101010 11111

Color Harmonies of #2E7163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7163

Black with #2E7163

Text Example


Text Example

White with #2E7163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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