Html Css Color HEX #2E856D Genoa

📋 copy color: '#2E856D'

red 46 ◦ green 133 ◦ blue 109

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

Shades of Genoa #2E856D

Tints of Genoa #2E856D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.18%

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

R = 15.97%
G = 46.18%
B = 37.85%

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

#2E856D (or 0x2E856D) is known color: Genoa. HEX triplet: 2E, 85 and 6D. RGB value is (46,133,109). Sum of RGB (Red+Green+Blue) = 46+133+109=288 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.97% from 288); Green value is 133 (52.34% from 255 or 46.18% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 133 - color contains mainly: green. Hex color #2E856D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E856D is #D17A92. Grayscale: #686868. Windows color (decimal): -13728403 or 7177518. OLE color: 7177518.

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

Color convert

RGB 46 133 109 -
CMYK 0.65 0 0.18 0.48
HSL 163.45º 0.49% 0.35% -
HSV(B) 163.45º 0.65% 0.52% -
XYZ 12.27 18.46 17.38 -
YUV 104.25 130.68 86.45 -
System Red Green Blue C M Y K H S L
Decimal 46 133 109 0.65 0 0.18 0.48 163.45 0.49 0.35
Hex 2E 85 6D 41 0 12 30 A3 31 23
Octal 56 205 155 101 0 22 60 243 61 43
Binary 101110 10000101 1101101 1000001 0 10010 110000 10100011 110001 100011

Color Harmonies of #2E856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E856D

Black with #2E856D

Text Example


Text Example

White with #2E856D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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