Html Css Color HEX #2E726B Genoa

📋 copy color: '#2E726B'

red 46 ◦ green 114 ◦ blue 107

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

Shades of Genoa #2E726B

Tints of Genoa #2E726B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.7%

 BLUE value IS 107 (42.19% from 255) = 40.07%

R = 17.23%
G = 42.7%
B = 40.07%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#2E726B (or 0x2E726B) is known color: Genoa. HEX triplet: 2E, 72 and 6B. RGB value is (46,114,107). Sum of RGB (Red+Green+Blue) = 46+114+107=267 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.23% from 267); Green value is 114 (44.92% from 255 or 42.70% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 114 - color contains mainly: green. Hex color #2E726B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E726B is #D18D94. Grayscale: #5C5C5C. Windows color (decimal): -13733269 or 7041582. OLE color: 7041582.

HSL color Cylindrical-coordinate representation of color #2E726B: hue angle of 173.82º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E726B is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 46 114 107 -
CMYK 0.60 0 0.06 0.55
HSL 173.82º 0.43% 0.31% -
HSV(B) 173.82º 0.6% 0.45% -
XYZ 9.8 13.68 16.03 -
YUV 92.87 135.97 94.57 -
System Red Green Blue C M Y K H S L
Decimal 46 114 107 0.60 0 0.06 0.55 173.82 0.43 0.31
Hex 2E 72 6B 3C 0 6 37 AE 2A 1F
Octal 56 162 153 74 0 6 67 256 52 37
Binary 101110 1110010 1101011 111100 0 110 110111 10101110 101010 11111

Color Harmonies of #2E726B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E726B

Black with #2E726B

Text Example


Text Example

White with #2E726B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,114,107); }

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

background-color css

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

 a { background-color: rgb(46,114,107); }

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

border-color css

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

 span { border-color: rgb(46,114,107); }

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