Html Css Color HEX #2E826E Genoa

📋 copy color: '#2E826E'

red 46 ◦ green 130 ◦ blue 110

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

Shades of Genoa #2E826E

Tints of Genoa #2E826E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.45%

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

R = 16.08%
G = 45.45%
B = 38.46%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#2E826E (or 0x2E826E) is known color: Genoa. HEX triplet: 2E, 82 and 6E. RGB value is (46,130,110). Sum of RGB (Red+Green+Blue) = 46+130+110=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 130 - color contains mainly: green. Hex color #2E826E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E826E is #D17D91. Grayscale: #666666. Windows color (decimal): -13729170 or 7242286. OLE color: 7242286.

HSL color Cylindrical-coordinate representation of color #2E826E: hue angle of 165.71º 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 #2E826E is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 46 130 110 -
CMYK 0.65 0 0.15 0.49
HSL 165.71º 0.48% 0.35% -
HSV(B) 165.71º 0.65% 0.51% -
XYZ 11.92 17.67 17.53 -
YUV 102.6 132.17 87.63 -
System Red Green Blue C M Y K H S L
Decimal 46 130 110 0.65 0 0.15 0.49 165.71 0.48 0.35
Hex 2E 82 6E 41 0 F 31 A6 30 23
Octal 56 202 156 101 0 17 61 246 60 43
Binary 101110 10000010 1101110 1000001 0 1111 110001 10100110 110000 100011

Color Harmonies of #2E826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E826E

Black with #2E826E

Text Example


Text Example

White with #2E826E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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