Html Css Color HEX #2E8569 Genoa

📋 copy color: '#2E8569'

red 46 ◦ green 133 ◦ blue 105

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

Shades of Genoa #2E8569

Tints of Genoa #2E8569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.97%

R = 16.2%
G = 46.83%
B = 36.97%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#2E8569 (or 0x2E8569) is known color: Genoa. HEX triplet: 2E, 85 and 69. RGB value is (46,133,105). Sum of RGB (Red+Green+Blue) = 46+133+105=284 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.20% from 284); Green value is 133 (52.34% from 255 or 46.83% from 284); Blue value is 105 (41.41% from 255 or 36.97% from 284); Max value from RGB is 133 - color contains mainly: green. Hex color #2E8569 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8569 is #D17A96. Grayscale: #676767. Windows color (decimal): -13728407 or 6915374. OLE color: 6915374.

HSL color Cylindrical-coordinate representation of color #2E8569: hue angle of 160.69º 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 #2E8569 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 46 133 105 -
CMYK 0.65 0 0.21 0.48
HSL 160.69º 0.49% 0.35% -
HSV(B) 160.69º 0.65% 0.52% -
XYZ 12.06 18.38 16.28 -
YUV 103.8 128.68 86.78 -
System Red Green Blue C M Y K H S L
Decimal 46 133 105 0.65 0 0.21 0.48 160.69 0.49 0.35
Hex 2E 85 69 41 0 15 30 A1 31 23
Octal 56 205 151 101 0 25 60 241 61 43
Binary 101110 10000101 1101001 1000001 0 10101 110000 10100001 110001 100011

Color Harmonies of #2E8569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8569

Black with #2E8569

Text Example


Text Example

White with #2E8569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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