Html Css Color HEX #2E816E Genoa

📋 copy color: '#2E816E'

red 46 ◦ green 129 ◦ blue 110

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

Shades of Genoa #2E816E

Tints of Genoa #2E816E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.26%

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

R = 16.14%
G = 45.26%
B = 38.6%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#2E816E (or 0x2E816E) is known color: Genoa. HEX triplet: 2E, 81 and 6E. RGB value is (46,129,110). Sum of RGB (Red+Green+Blue) = 46+129+110=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 129 - color contains mainly: green. Hex color #2E816E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E816E is #D17E91. Grayscale: #666666. Windows color (decimal): -13729426 or 7242030. OLE color: 7242030.

HSL color Cylindrical-coordinate representation of color #2E816E: hue angle of 166.27º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E816E is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 46 129 110 -
CMYK 0.64 0 0.15 0.49
HSL 166.27º 0.47% 0.34% -
HSV(B) 166.27º 0.64% 0.51% -
XYZ 11.79 17.41 17.49 -
YUV 102.02 132.5 88.04 -
System Red Green Blue C M Y K H S L
Decimal 46 129 110 0.64 0 0.15 0.49 166.27 0.47 0.34
Hex 2E 81 6E 40 0 F 31 A6 2F 22
Octal 56 201 156 100 0 17 61 246 57 42
Binary 101110 10000001 1101110 1000000 0 1111 110001 10100110 101111 100010

Color Harmonies of #2E816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E816E

Black with #2E816E

Text Example


Text Example

White with #2E816E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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