Html Css Color HEX #2E8970 Genoa

📋 copy color: '#2E8970'

red 46 ◦ green 137 ◦ blue 112

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

Shades of Genoa #2E8970

Tints of Genoa #2E8970

RGB

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

 GREEN value IS 137 (53.91% from 255) = 46.44%

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

R = 15.59%
G = 46.44%
B = 37.97%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#2E8970 (or 0x2E8970) is known color: Genoa. HEX triplet: 2E, 89 and 70. RGB value is (46,137,112). Sum of RGB (Red+Green+Blue) = 46+137+112=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 137 (53.91% from 255 or 46.44% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 137 - color contains mainly: green. Hex color #2E8970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8970 is #D1768F. Grayscale: #6A6A6A. Windows color (decimal): -13727376 or 7375150. OLE color: 7375150.

HSL color Cylindrical-coordinate representation of color #2E8970: hue angle of 163.52º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E8970 is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 46 137 112 -
CMYK 0.66 0 0.18 0.46
HSL 163.52º 0.5% 0.36% -
HSV(B) 163.52º 0.66% 0.54% -
XYZ 13 19.64 18.44 -
YUV 106.94 130.85 84.53 -
System Red Green Blue C M Y K H S L
Decimal 46 137 112 0.66 0 0.18 0.46 163.52 0.5 0.36
Hex 2E 89 70 42 0 12 2E A4 32 24
Octal 56 211 160 102 0 22 56 244 62 44
Binary 101110 10001001 1110000 1000010 0 10010 101110 10100100 110010 100100

Color Harmonies of #2E8970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8970

Black with #2E8970

Text Example


Text Example

White with #2E8970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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