Html Css Color HEX #2E6F6D Genoa

📋 copy color: '#2E6F6D'

red 46 ◦ green 111 ◦ blue 109

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

Shades of Genoa #2E6F6D

Tints of Genoa #2E6F6D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 41.73%

 BLUE value IS 109 (42.97% from 255) = 40.98%

R = 17.29%
G = 41.73%
B = 40.98%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#2E6F6D (or 0x2E6F6D) is known color: Genoa. HEX triplet: 2E, 6F and 6D. RGB value is (46,111,109). Sum of RGB (Red+Green+Blue) = 46+111+109=266 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.29% from 266); Green value is 111 (43.75% from 255 or 41.73% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 111 - color contains mainly: green. Hex color #2E6F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6F6D is #D19092. Grayscale: #5B5B5B. Windows color (decimal): -13734035 or 7171886. OLE color: 7171886.

HSL color Cylindrical-coordinate representation of color #2E6F6D: hue angle of 178.15º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E6F6D is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 46 111 109 -
CMYK 0.59 0 0.02 0.56
HSL 178.15º 0.41% 0.31% -
HSV(B) 178.15º 0.59% 0.44% -
XYZ 9.57 13.05 16.48 -
YUV 91.34 137.97 95.66 -
System Red Green Blue C M Y K H S L
Decimal 46 111 109 0.59 0 0.02 0.56 178.15 0.41 0.31
Hex 2E 6F 6D 3B 0 2 38 B2 29 1F
Octal 56 157 155 73 0 2 70 262 51 37
Binary 101110 1101111 1101101 111011 0 10 111000 10110010 101001 11111

Color Harmonies of #2E6F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6F6D

Black with #2E6F6D

Text Example


Text Example

White with #2E6F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,111,109); }

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

background-color css

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

 a { background-color: rgb(46,111,109); }

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

border-color css

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

 span { border-color: rgb(46,111,109); }

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