Html Css Color HEX #2E7D60 Genoa

📋 copy color: '#2E7D60'

red 46 ◦ green 125 ◦ blue 96

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

Shades of Genoa #2E7D60

Tints of Genoa #2E7D60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 35.96%

R = 17.23%
G = 46.82%
B = 35.96%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#2E7D60 (or 0x2E7D60) is known color: Genoa. HEX triplet: 2E, 7D and 60. RGB value is (46,125,96). Sum of RGB (Red+Green+Blue) = 46+125+96=267 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.23% from 267); Green value is 125 (49.22% from 255 or 46.82% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 125 - color contains mainly: green. Hex color #2E7D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7D60 is #D1829F. Grayscale: #626262. Windows color (decimal): -13730464 or 6323502. OLE color: 6323502.

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

Color convert

RGB 46 125 96 -
CMYK 0.63 0 0.23 0.51
HSL 157.97º 0.46% 0.34% -
HSV(B) 157.97º 0.63% 0.49% -
XYZ 10.57 16.09 13.62 -
YUV 98.07 126.83 90.86 -
System Red Green Blue C M Y K H S L
Decimal 46 125 96 0.63 0 0.23 0.51 157.97 0.46 0.34
Hex 2E 7D 60 3F 0 17 33 9E 2E 22
Octal 56 175 140 77 0 27 63 236 56 42
Binary 101110 1111101 1100000 111111 0 10111 110011 10011110 101110 100010

Color Harmonies of #2E7D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7D60

Black with #2E7D60

Text Example


Text Example

White with #2E7D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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