Html Css Color HEX #2F7761 Genoa

📋 copy color: '#2F7761'

red 47 ◦ green 119 ◦ blue 97

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

Shades of Genoa #2F7761

Tints of Genoa #2F7761

RGB

 RED value IS 47 (18.75% from 255) = 17.87%

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

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

R = 17.87%
G = 45.25%
B = 36.88%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#2F7761 (or 0x2F7761) is known color: Genoa. HEX triplet: 2F, 77 and 61. RGB value is (47,119,97). Sum of RGB (Red+Green+Blue) = 47+119+97=263 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.87% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 119 - color contains mainly: green. Hex color #2F7761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7761 is #D0889E. Grayscale: #5E5E5E. Windows color (decimal): -13666463 or 6387503. OLE color: 6387503.

HSL color Cylindrical-coordinate representation of color #2F7761: hue angle of 161.67º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F7761 is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 47 119 97 -
CMYK 0.61 0 0.18 0.53
HSL 161.67º 0.43% 0.33% -
HSV(B) 161.67º 0.61% 0.47% -
XYZ 9.93 14.66 13.62 -
YUV 94.96 129.15 93.79 -
System Red Green Blue C M Y K H S L
Decimal 47 119 97 0.61 0 0.18 0.53 161.67 0.43 0.33
Hex 2F 77 61 3D 0 12 35 A2 2B 21
Octal 57 167 141 75 0 22 65 242 53 41
Binary 101111 1110111 1100001 111101 0 10010 110101 10100010 101011 100001

Color Harmonies of #2F7761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7761

Black with #2F7761

Text Example


Text Example

White with #2F7761

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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