Html Css Color HEX #2E7D68 Genoa

📋 copy color: '#2E7D68'

red 46 ◦ green 125 ◦ blue 104

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

Shades of Genoa #2E7D68

Tints of Genoa #2E7D68

RGB

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

 GREEN value IS 125 (49.22% from 255) = 45.45%

 BLUE value IS 104 (41.02% from 255) = 37.82%

R = 16.73%
G = 45.45%
B = 37.82%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#2E7D68 (or 0x2E7D68) is known color: Genoa. HEX triplet: 2E, 7D and 68. RGB value is (46,125,104). Sum of RGB (Red+Green+Blue) = 46+125+104=275 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.73% from 275); Green value is 125 (49.22% from 255 or 45.45% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 125 - color contains mainly: green. Hex color #2E7D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7D68 is #D18297. Grayscale: #626262. Windows color (decimal): -13730456 or 6847790. OLE color: 6847790.

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

Color convert

RGB 46 125 104 -
CMYK 0.63 0 0.17 0.51
HSL 164.05º 0.46% 0.34% -
HSV(B) 164.05º 0.63% 0.49% -
XYZ 10.96 16.25 15.66 -
YUV 98.99 130.83 90.21 -
System Red Green Blue C M Y K H S L
Decimal 46 125 104 0.63 0 0.17 0.51 164.05 0.46 0.34
Hex 2E 7D 68 3F 0 11 33 A4 2E 22
Octal 56 175 150 77 0 21 63 244 56 42
Binary 101110 1111101 1101000 111111 0 10001 110011 10100100 101110 100010

Color Harmonies of #2E7D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7D68

Black with #2E7D68

Text Example


Text Example

White with #2E7D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,125,104); }

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

background-color css

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

 a { background-color: rgb(46,125,104); }

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

border-color css

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

 span { border-color: rgb(46,125,104); }

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