Html Css Color HEX #2E7562 Genoa

📋 copy color: '#2E7562'

red 46 ◦ green 117 ◦ blue 98

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

Shades of Genoa #2E7562

Tints of Genoa #2E7562

RGB

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

 GREEN value IS 117 (46.09% from 255) = 44.83%

 BLUE value IS 98 (38.67% from 255) = 37.55%

R = 17.62%
G = 44.83%
B = 37.55%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#2E7562 (or 0x2E7562) is known color: Genoa. HEX triplet: 2E, 75 and 62. RGB value is (46,117,98). Sum of RGB (Red+Green+Blue) = 46+117+98=261 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.62% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 117 - color contains mainly: green. Hex color #2E7562 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7562 is #D18A9D. Grayscale: #5D5D5D. Windows color (decimal): -13732510 or 6452526. OLE color: 6452526.

HSL color Cylindrical-coordinate representation of color #2E7562: hue angle of 163.94º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E7562 is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB 46 117 98 -
CMYK 0.61 0 0.16 0.54
HSL 163.94º 0.44% 0.32% -
HSV(B) 163.94º 0.61% 0.46% -
XYZ 9.69 14.19 13.78 -
YUV 93.61 130.48 94.04 -
System Red Green Blue C M Y K H S L
Decimal 46 117 98 0.61 0 0.16 0.54 163.94 0.44 0.32
Hex 2E 75 62 3D 0 10 36 A4 2C 20
Octal 56 165 142 75 0 20 66 244 54 40
Binary 101110 1110101 1100010 111101 0 10000 110110 10100100 101100 100000

Color Harmonies of #2E7562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7562

Black with #2E7562

Text Example


Text Example

White with #2E7562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,117,98); }

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

background-color css

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

 a { background-color: rgb(46,117,98); }

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

border-color css

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

 span { border-color: rgb(46,117,98); }

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