Html Css Color HEX #2E7C6E Genoa

📋 copy color: '#2E7C6E'

red 46 ◦ green 124 ◦ blue 110

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

Shades of Genoa #2E7C6E

Tints of Genoa #2E7C6E

RGB

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

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

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

R = 16.43%
G = 44.29%
B = 39.29%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#2E7C6E (or 0x2E7C6E) is known color: Genoa. HEX triplet: 2E, 7C and 6E. RGB value is (46,124,110). Sum of RGB (Red+Green+Blue) = 46+124+110=280 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.43% from 280); Green value is 124 (48.83% from 255 or 44.29% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 124 - color contains mainly: green. Hex color #2E7C6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7C6E is #D18391. Grayscale: #636363. Windows color (decimal): -13730706 or 7240750. OLE color: 7240750.

HSL color Cylindrical-coordinate representation of color #2E7C6E: hue angle of 169.23º 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 #2E7C6E is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB 46 124 110 -
CMYK 0.63 0 0.11 0.51
HSL 169.23º 0.46% 0.33% -
HSV(B) 169.23º 0.63% 0.49% -
XYZ 11.15 16.12 17.28 -
YUV 99.08 134.16 90.14 -
System Red Green Blue C M Y K H S L
Decimal 46 124 110 0.63 0 0.11 0.51 169.23 0.46 0.33
Hex 2E 7C 6E 3F 0 B 33 A9 2E 21
Octal 56 174 156 77 0 13 63 251 56 41
Binary 101110 1111100 1101110 111111 0 1011 110011 10101001 101110 100001

Color Harmonies of #2E7C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7C6E

Black with #2E7C6E

Text Example


Text Example

White with #2E7C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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