Html Css Color HEX #2E7861 Genoa

📋 copy color: '#2E7861'

red 46 ◦ green 120 ◦ blue 97

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

Shades of Genoa #2E7861

Tints of Genoa #2E7861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 36.88%

R = 17.49%
G = 45.63%
B = 36.88%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#2E7861 (or 0x2E7861) is known color: Genoa. HEX triplet: 2E, 78 and 61. RGB value is (46,120,97). Sum of RGB (Red+Green+Blue) = 46+120+97=263 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.49% from 263); Green value is 120 (47.27% from 255 or 45.63% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 120 - color contains mainly: green. Hex color #2E7861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7861 is #D1879E. Grayscale: #5F5F5F. Windows color (decimal): -13731743 or 6387758. OLE color: 6387758.

HSL color Cylindrical-coordinate representation of color #2E7861: hue angle of 161.35º 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 #2E7861 is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB 46 120 97 -
CMYK 0.62 0 0.19 0.53
HSL 161.35º 0.45% 0.33% -
HSV(B) 161.35º 0.62% 0.47% -
XYZ 10 14.88 13.65 -
YUV 95.25 128.98 92.87 -
System Red Green Blue C M Y K H S L
Decimal 46 120 97 0.62 0 0.19 0.53 161.35 0.45 0.33
Hex 2E 78 61 3E 0 13 35 A1 2D 21
Octal 56 170 141 76 0 23 65 241 55 41
Binary 101110 1111000 1100001 111110 0 10011 110101 10100001 101101 100001

Color Harmonies of #2E7861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7861

Black with #2E7861

Text Example


Text Example

White with #2E7861

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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