Html Css Color HEX #2B7761 Genoa

📋 copy color: '#2B7761'

red 43 ◦ green 119 ◦ blue 97

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

Shades of Genoa #2B7761

Tints of Genoa #2B7761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 37.45%

R = 16.6%
G = 45.95%
B = 37.45%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#2B7761 (or 0x2B7761) is known color: Genoa. HEX triplet: 2B, 77 and 61. RGB value is (43,119,97). Sum of RGB (Red+Green+Blue) = 43+119+97=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 97 (38.28% from 255 or 37.45% from 259); Max value from RGB is 119 - color contains mainly: green. Hex color #2B7761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7761 is #D4889E. Grayscale: #5D5D5D. Windows color (decimal): -13928607 or 6387499. OLE color: 6387499.

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

Color convert

RGB 43 119 97 -
CMYK 0.64 0 0.18 0.53
HSL 162.63º 0.47% 0.32% -
HSV(B) 162.63º 0.64% 0.47% -
XYZ 9.75 14.57 13.61 -
YUV 93.77 129.82 91.79 -
System Red Green Blue C M Y K H S L
Decimal 43 119 97 0.64 0 0.18 0.53 162.63 0.47 0.32
Hex 2B 77 61 40 0 12 35 A3 2F 20
Octal 53 167 141 100 0 22 65 243 57 40
Binary 101011 1110111 1100001 1000000 0 10010 110101 10100011 101111 100000

Color Harmonies of #2B7761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7761

Black with #2B7761

Text Example


Text Example

White with #2B7761

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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