Html Css Color HEX #2B7760 Genoa

📋 copy color: '#2B7760'

red 43 ◦ green 119 ◦ blue 96

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

Shades of Genoa #2B7760

Tints of Genoa #2B7760

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.12%

 BLUE value IS 96 (37.89% from 255) = 37.21%

R = 16.67%
G = 46.12%
B = 37.21%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#2B7760 (or 0x2B7760) is known color: Genoa. HEX triplet: 2B, 77 and 60. RGB value is (43,119,96). Sum of RGB (Red+Green+Blue) = 43+119+96=258 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.67% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 119 - color contains mainly: green. Hex color #2B7760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7760 is #D4889F. Grayscale: #5D5D5D. Windows color (decimal): -13928608 or 6321963. OLE color: 6321963.

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

Color convert

RGB 43 119 96 -
CMYK 0.64 0 0.19 0.53
HSL 161.84º 0.47% 0.32% -
HSV(B) 161.84º 0.64% 0.47% -
XYZ 9.7 14.55 13.36 -
YUV 93.65 129.32 91.87 -
System Red Green Blue C M Y K H S L
Decimal 43 119 96 0.64 0 0.19 0.53 161.84 0.47 0.32
Hex 2B 77 60 40 0 13 35 A2 2F 20
Octal 53 167 140 100 0 23 65 242 57 40
Binary 101011 1110111 1100000 1000000 0 10011 110101 10100010 101111 100000

Color Harmonies of #2B7760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7760

Black with #2B7760

Text Example


Text Example

White with #2B7760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,119,96); }

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

background-color css

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

 a { background-color: rgb(43,119,96); }

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

border-color css

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

 span { border-color: rgb(43,119,96); }

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