Html Css Color HEX #2E7870 Genoa

📋 copy color: '#2E7870'

red 46 ◦ green 120 ◦ blue 112

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

Shades of Genoa #2E7870

Tints of Genoa #2E7870

RGB

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

 GREEN value IS 120 (47.27% from 255) = 43.17%

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

R = 16.55%
G = 43.17%
B = 40.29%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#2E7870 (or 0x2E7870) is known color: Genoa. HEX triplet: 2E, 78 and 70. RGB value is (46,120,112). Sum of RGB (Red+Green+Blue) = 46+120+112=278 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.55% from 278); Green value is 120 (47.27% from 255 or 43.17% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 120 - color contains mainly: green. Hex color #2E7870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7870 is #D1878F. Grayscale: #606060. Windows color (decimal): -13731728 or 7370798. OLE color: 7370798.

HSL color Cylindrical-coordinate representation of color #2E7870: hue angle of 173.51º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E7870 is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 46 120 112 -
CMYK 0.62 0 0.07 0.53
HSL 173.51º 0.45% 0.33% -
HSV(B) 173.51º 0.62% 0.47% -
XYZ 10.77 15.18 17.69 -
YUV 96.96 136.48 91.65 -
System Red Green Blue C M Y K H S L
Decimal 46 120 112 0.62 0 0.07 0.53 173.51 0.45 0.33
Hex 2E 78 70 3E 0 7 35 AE 2D 21
Octal 56 170 160 76 0 7 65 256 55 41
Binary 101110 1111000 1110000 111110 0 111 110101 10101110 101101 100001

Color Harmonies of #2E7870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7870

Black with #2E7870

Text Example


Text Example

White with #2E7870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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