Html Css Color HEX #2E726A Genoa

📋 copy color: '#2E726A'

red 46 ◦ green 114 ◦ blue 106

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

Shades of Genoa #2E726A

Tints of Genoa #2E726A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 39.85%

R = 17.29%
G = 42.86%
B = 39.85%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#2E726A (or 0x2E726A) is known color: Genoa. HEX triplet: 2E, 72 and 6A. RGB value is (46,114,106). Sum of RGB (Red+Green+Blue) = 46+114+106=266 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.29% from 266); Green value is 114 (44.92% from 255 or 42.86% from 266); Blue value is 106 (41.80% from 255 or 39.85% from 266); Max value from RGB is 114 - color contains mainly: green. Hex color #2E726A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E726A is #D18D95. Grayscale: #5C5C5C. Windows color (decimal): -13733270 or 6976046. OLE color: 6976046.

HSL color Cylindrical-coordinate representation of color #2E726A: hue angle of 172.94º 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 #2E726A is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 46 114 106 -
CMYK 0.60 0 0.07 0.55
HSL 172.94º 0.43% 0.31% -
HSV(B) 172.94º 0.6% 0.45% -
XYZ 9.75 13.66 15.76 -
YUV 92.76 135.47 94.65 -
System Red Green Blue C M Y K H S L
Decimal 46 114 106 0.60 0 0.07 0.55 172.94 0.43 0.31
Hex 2E 72 6A 3C 0 7 37 AD 2A 1F
Octal 56 162 152 74 0 7 67 255 52 37
Binary 101110 1110010 1101010 111100 0 111 110111 10101101 101010 11111

Color Harmonies of #2E726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E726A

Black with #2E726A

Text Example


Text Example

White with #2E726A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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