Html Css Color HEX #2E846C Genoa

📋 copy color: '#2E846C'

red 46 ◦ green 132 ◦ blue 108

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

Shades of Genoa #2E846C

Tints of Genoa #2E846C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.15%

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

R = 16.08%
G = 46.15%
B = 37.76%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#2E846C (or 0x2E846C) is known color: Genoa. HEX triplet: 2E, 84 and 6C. RGB value is (46,132,108). Sum of RGB (Red+Green+Blue) = 46+132+108=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 132 (51.95% from 255 or 46.15% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 132 - color contains mainly: green. Hex color #2E846C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E846C is #D17B93. Grayscale: #676767. Windows color (decimal): -13728660 or 7111726. OLE color: 7111726.

HSL color Cylindrical-coordinate representation of color #2E846C: hue angle of 163.26º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E846C is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 46 132 108 -
CMYK 0.65 0 0.18 0.48
HSL 163.26º 0.48% 0.35% -
HSV(B) 163.26º 0.65% 0.52% -
XYZ 12.08 18.17 17.06 -
YUV 103.55 130.51 86.95 -
System Red Green Blue C M Y K H S L
Decimal 46 132 108 0.65 0 0.18 0.48 163.26 0.48 0.35
Hex 2E 84 6C 41 0 12 30 A3 30 23
Octal 56 204 154 101 0 22 60 243 60 43
Binary 101110 10000100 1101100 1000001 0 10010 110000 10100011 110000 100011

Color Harmonies of #2E846C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E846C

Black with #2E846C

Text Example


Text Example

White with #2E846C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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