Html Css Color HEX #2E8574 Genoa

📋 copy color: '#2E8574'

red 46 ◦ green 133 ◦ blue 116

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

Shades of Genoa #2E8574

Tints of Genoa #2E8574

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.08%

 BLUE value IS 116 (45.7% from 255) = 39.32%

R = 15.59%
G = 45.08%
B = 39.32%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#2E8574 (or 0x2E8574) is known color: Genoa. HEX triplet: 2E, 85 and 74. RGB value is (46,133,116). Sum of RGB (Red+Green+Blue) = 46+133+116=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 133 - color contains mainly: green. Hex color #2E8574 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8574 is #D17A8B. Grayscale: #696969. Windows color (decimal): -13728396 or 7636270. OLE color: 7636270.

HSL color Cylindrical-coordinate representation of color #2E8574: hue angle of 168.28º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E8574 is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 46 133 116 -
CMYK 0.65 0 0.13 0.48
HSL 168.28º 0.49% 0.35% -
HSV(B) 168.28º 0.65% 0.52% -
XYZ 12.67 18.62 19.45 -
YUV 105.05 134.18 85.88 -
System Red Green Blue C M Y K H S L
Decimal 46 133 116 0.65 0 0.13 0.48 168.28 0.49 0.35
Hex 2E 85 74 41 0 D 30 A8 31 23
Octal 56 205 164 101 0 15 60 250 61 43
Binary 101110 10000101 1110100 1000001 0 1101 110000 10101000 110001 100011

Color Harmonies of #2E8574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8574

Black with #2E8574

Text Example


Text Example

White with #2E8574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,133,116); }

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

background-color css

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

 a { background-color: rgb(46,133,116); }

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

border-color css

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

 span { border-color: rgb(46,133,116); }

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