Html Css Color HEX #2E7C70 Genoa

📋 copy color: '#2E7C70'

red 46 ◦ green 124 ◦ blue 112

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

Shades of Genoa #2E7C70

Tints of Genoa #2E7C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 39.72%

R = 16.31%
G = 43.97%
B = 39.72%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#2E7C70 (or 0x2E7C70) is known color: Genoa. HEX triplet: 2E, 7C and 70. RGB value is (46,124,112). Sum of RGB (Red+Green+Blue) = 46+124+112=282 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.31% from 282); Green value is 124 (48.83% from 255 or 43.97% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 124 - color contains mainly: green. Hex color #2E7C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7C70 is #D1838F. Grayscale: #636363. Windows color (decimal): -13730704 or 7371822. OLE color: 7371822.

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

Color convert

RGB 46 124 112 -
CMYK 0.63 0 0.10 0.51
HSL 170.77º 0.46% 0.33% -
HSV(B) 170.77º 0.63% 0.49% -
XYZ 11.26 16.17 17.86 -
YUV 99.31 135.16 89.98 -
System Red Green Blue C M Y K H S L
Decimal 46 124 112 0.63 0 0.10 0.51 170.77 0.46 0.33
Hex 2E 7C 70 3F 0 A 33 AB 2E 21
Octal 56 174 160 77 0 12 63 253 56 41
Binary 101110 1111100 1110000 111111 0 1010 110011 10101011 101110 100001

Color Harmonies of #2E7C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7C70

Black with #2E7C70

Text Example


Text Example

White with #2E7C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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