Html Css Color HEX #2E7C62 Genoa

📋 copy color: '#2E7C62'

red 46 ◦ green 124 ◦ blue 98

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

Shades of Genoa #2E7C62

Tints of Genoa #2E7C62

RGB

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

 GREEN value IS 124 (48.83% from 255) = 46.27%

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

R = 17.16%
G = 46.27%
B = 36.57%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.21

 K value IS 0.51

RGB Variations

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

Color information

#2E7C62 (or 0x2E7C62) is known color: Genoa. HEX triplet: 2E, 7C and 62. RGB value is (46,124,98). Sum of RGB (Red+Green+Blue) = 46+124+98=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 124 (48.83% from 255 or 46.27% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 124 - color contains mainly: green. Hex color #2E7C62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7C62 is #D1839D. Grayscale: #616161. Windows color (decimal): -13730718 or 6454318. OLE color: 6454318.

HSL color Cylindrical-coordinate representation of color #2E7C62: hue angle of 160º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E7C62 is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB 46 124 98 -
CMYK 0.63 0 0.21 0.51
HSL 160º 0.46% 0.33% -
HSV(B) 160º 0.63% 0.49% -
XYZ 10.54 15.88 14.06 -
YUV 97.71 128.16 91.11 -
System Red Green Blue C M Y K H S L
Decimal 46 124 98 0.63 0 0.21 0.51 160 0.46 0.33
Hex 2E 7C 62 3F 0 15 33 A0 2E 21
Octal 56 174 142 77 0 25 63 240 56 41
Binary 101110 1111100 1100010 111111 0 10101 110011 10100000 101110 100001

Color Harmonies of #2E7C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7C62

Black with #2E7C62

Text Example


Text Example

White with #2E7C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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