Html Css Color HEX #2E8265 Genoa

📋 copy color: '#2E8265'

red 46 ◦ green 130 ◦ blue 101

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

Shades of Genoa #2E8265

Tints of Genoa #2E8265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 36.46%

R = 16.61%
G = 46.93%
B = 36.46%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#2E8265 (or 0x2E8265) is known color: Genoa. HEX triplet: 2E, 82 and 65. RGB value is (46,130,101). Sum of RGB (Red+Green+Blue) = 46+130+101=277 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.61% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 130 - color contains mainly: green. Hex color #2E8265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8265 is #D17D9A. Grayscale: #656565. Windows color (decimal): -13729179 or 6652462. OLE color: 6652462.

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

Color convert

RGB 46 130 101 -
CMYK 0.65 0 0.22 0.49
HSL 159.29º 0.48% 0.35% -
HSV(B) 159.29º 0.65% 0.51% -
XYZ 11.46 17.49 15.08 -
YUV 101.58 127.67 88.36 -
System Red Green Blue C M Y K H S L
Decimal 46 130 101 0.65 0 0.22 0.49 159.29 0.48 0.35
Hex 2E 82 65 41 0 16 31 9F 30 23
Octal 56 202 145 101 0 26 61 237 60 43
Binary 101110 10000010 1100101 1000001 0 10110 110001 10011111 110000 100011

Color Harmonies of #2E8265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8265

Black with #2E8265

Text Example


Text Example

White with #2E8265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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