Html Css Color HEX #2B766D Genoa

📋 copy color: '#2B766D'

red 43 ◦ green 118 ◦ blue 109

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

Shades of Genoa #2B766D

Tints of Genoa #2B766D

RGB

 RED value IS 43 (17.19% from 255) = 15.93%

 GREEN value IS 118 (46.48% from 255) = 43.7%

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

R = 15.93%
G = 43.7%
B = 40.37%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#2B766D (or 0x2B766D) is known color: Genoa. HEX triplet: 2B, 76 and 6D. RGB value is (43,118,109). Sum of RGB (Red+Green+Blue) = 43+118+109=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 118 (46.48% from 255 or 43.70% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 118 - color contains mainly: green. Hex color #2B766D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B766D is #D48992. Grayscale: #5E5E5E. Windows color (decimal): -13928851 or 7173675. OLE color: 7173675.

HSL color Cylindrical-coordinate representation of color #2B766D: hue angle of 172.8º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B766D is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 43 118 109 -
CMYK 0.64 0 0.08 0.54
HSL 172.8º 0.47% 0.32% -
HSV(B) 172.8º 0.64% 0.46% -
XYZ 10.24 14.57 16.74 -
YUV 94.55 136.15 91.23 -
System Red Green Blue C M Y K H S L
Decimal 43 118 109 0.64 0 0.08 0.54 172.8 0.47 0.32
Hex 2B 76 6D 40 0 8 36 AD 2F 20
Octal 53 166 155 100 0 10 66 255 57 40
Binary 101011 1110110 1101101 1000000 0 1000 110110 10101101 101111 100000

Color Harmonies of #2B766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B766D

Black with #2B766D

Text Example


Text Example

White with #2B766D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,118,109); }

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

background-color css

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

 a { background-color: rgb(43,118,109); }

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

border-color css

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

 span { border-color: rgb(43,118,109); }

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