Html Css Color HEX #2E886D Genoa

📋 copy color: '#2E886D'

red 46 ◦ green 136 ◦ blue 109

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

Shades of Genoa #2E886D

Tints of Genoa #2E886D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 46.74%

 BLUE value IS 109 (42.97% from 255) = 37.46%

R = 15.81%
G = 46.74%
B = 37.46%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#2E886D (or 0x2E886D) is known color: Genoa. HEX triplet: 2E, 88 and 6D. RGB value is (46,136,109). Sum of RGB (Red+Green+Blue) = 46+136+109=291 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.81% from 291); Green value is 136 (53.52% from 255 or 46.74% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 136 - color contains mainly: green. Hex color #2E886D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E886D is #D17792. Grayscale: #6A6A6A. Windows color (decimal): -13727635 or 7178286. OLE color: 7178286.

HSL color Cylindrical-coordinate representation of color #2E886D: hue angle of 162º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E886D is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB 46 136 109 -
CMYK 0.66 0 0.20 0.47
HSL 162º 0.49% 0.36% -
HSV(B) 162º 0.66% 0.53% -
XYZ 12.69 19.29 17.52 -
YUV 106.01 129.68 85.2 -
System Red Green Blue C M Y K H S L
Decimal 46 136 109 0.66 0 0.20 0.47 162 0.49 0.36
Hex 2E 88 6D 42 0 14 2F A2 31 24
Octal 56 210 155 102 0 24 57 242 61 44
Binary 101110 10001000 1101101 1000010 0 10100 101111 10100010 110001 100100

Color Harmonies of #2E886D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E886D

Black with #2E886D

Text Example


Text Example

White with #2E886D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,136,109); }

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

background-color css

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

 a { background-color: rgb(46,136,109); }

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

border-color css

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

 span { border-color: rgb(46,136,109); }

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