Html Css Color HEX #2E836E Genoa

📋 copy color: '#2E836E'

red 46 ◦ green 131 ◦ blue 110

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

Shades of Genoa #2E836E

Tints of Genoa #2E836E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.64%

 BLUE value IS 110 (43.36% from 255) = 38.33%

R = 16.03%
G = 45.64%
B = 38.33%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#2E836E (or 0x2E836E) is known color: Genoa. HEX triplet: 2E, 83 and 6E. RGB value is (46,131,110). Sum of RGB (Red+Green+Blue) = 46+131+110=287 (38% of max value = 765). Red value is 46 (18.36% from 255 or 16.03% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 131 - color contains mainly: green. Hex color #2E836E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E836E is #D17C91. Grayscale: #676767. Windows color (decimal): -13728914 or 7242542. OLE color: 7242542.

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

Color convert

RGB 46 131 110 -
CMYK 0.65 0 0.16 0.49
HSL 165.18º 0.48% 0.35% -
HSV(B) 165.18º 0.65% 0.51% -
XYZ 12.06 17.94 17.58 -
YUV 103.19 131.84 87.21 -
System Red Green Blue C M Y K H S L
Decimal 46 131 110 0.65 0 0.16 0.49 165.18 0.48 0.35
Hex 2E 83 6E 41 0 10 31 A5 30 23
Octal 56 203 156 101 0 20 61 245 60 43
Binary 101110 10000011 1101110 1000001 0 10000 110001 10100101 110000 100011

Color Harmonies of #2E836E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E836E

Black with #2E836E

Text Example


Text Example

White with #2E836E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,131,110); }

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

background-color css

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

 a { background-color: rgb(46,131,110); }

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

border-color css

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

 span { border-color: rgb(46,131,110); }

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