Html Css Color HEX #2B766C Genoa

📋 copy color: '#2B766C'

red 43 ◦ green 118 ◦ blue 108

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

Shades of Genoa #2B766C

Tints of Genoa #2B766C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 40.15%

R = 15.99%
G = 43.87%
B = 40.15%

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

#2B766C (or 0x2B766C) is known color: Genoa. HEX triplet: 2B, 76 and 6C. RGB value is (43,118,108). Sum of RGB (Red+Green+Blue) = 43+118+108=269 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.99% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 118 - color contains mainly: green. Hex color #2B766C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B766C is #D48993. Grayscale: #5E5E5E. Windows color (decimal): -13928852 or 7108139. OLE color: 7108139.

HSL color Cylindrical-coordinate representation of color #2B766C: hue angle of 172º 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 #2B766C is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 43 118 108 -
CMYK 0.64 0 0.08 0.54
HSL 172º 0.47% 0.32% -
HSV(B) 172º 0.64% 0.46% -
XYZ 10.18 14.55 16.46 -
YUV 94.44 135.65 91.31 -
System Red Green Blue C M Y K H S L
Decimal 43 118 108 0.64 0 0.08 0.54 172 0.47 0.32
Hex 2B 76 6C 40 0 8 36 AC 2F 20
Octal 53 166 154 100 0 10 66 254 57 40
Binary 101011 1110110 1101100 1000000 0 1000 110110 10101100 101111 100000

Color Harmonies of #2B766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B766C

Black with #2B766C

Text Example


Text Example

White with #2B766C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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