Html Css Color HEX #2E706C Genoa

📋 copy color: '#2E706C'

red 46 ◦ green 112 ◦ blue 108

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

Shades of Genoa #2E706C

Tints of Genoa #2E706C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 40.6%

R = 17.29%
G = 42.11%
B = 40.6%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#2E706C (or 0x2E706C) is known color: Genoa. HEX triplet: 2E, 70 and 6C. RGB value is (46,112,108). Sum of RGB (Red+Green+Blue) = 46+112+108=266 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.29% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 112 - color contains mainly: green. Hex color #2E706C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E706C is #D18F93. Grayscale: #5B5B5B. Windows color (decimal): -13733780 or 7106606. OLE color: 7106606.

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

Color convert

RGB 46 112 108 -
CMYK 0.59 0 0.04 0.56
HSL 176.36º 0.42% 0.31% -
HSV(B) 176.36º 0.59% 0.44% -
XYZ 9.63 13.25 16.24 -
YUV 91.81 137.13 95.33 -
System Red Green Blue C M Y K H S L
Decimal 46 112 108 0.59 0 0.04 0.56 176.36 0.42 0.31
Hex 2E 70 6C 3B 0 4 38 B0 2A 1F
Octal 56 160 154 73 0 4 70 260 52 37
Binary 101110 1110000 1101100 111011 0 100 111000 10110000 101010 11111

Color Harmonies of #2E706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E706C

Black with #2E706C

Text Example


Text Example

White with #2E706C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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