Html Css Color HEX #2F7771 Genoa

📋 copy color: '#2F7771'

red 47 ◦ green 119 ◦ blue 113

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

Shades of Genoa #2F7771

Tints of Genoa #2F7771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 40.5%

R = 16.85%
G = 42.65%
B = 40.5%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#2F7771 (or 0x2F7771) is known color: Genoa. HEX triplet: 2F, 77 and 71. RGB value is (47,119,113). Sum of RGB (Red+Green+Blue) = 47+119+113=279 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.85% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 119 - color contains mainly: green. Hex color #2F7771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7771 is #D0888E. Grayscale: #606060. Windows color (decimal): -13666447 or 7436079. OLE color: 7436079.

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

Color convert

RGB 47 119 113 -
CMYK 0.61 0 0.05 0.53
HSL 175º 0.43% 0.33% -
HSV(B) 175º 0.61% 0.47% -
XYZ 10.75 14.99 17.95 -
YUV 96.79 137.15 92.49 -
System Red Green Blue C M Y K H S L
Decimal 47 119 113 0.61 0 0.05 0.53 175 0.43 0.33
Hex 2F 77 71 3D 0 5 35 AF 2B 21
Octal 57 167 161 75 0 5 65 257 53 41
Binary 101111 1110111 1110001 111101 0 101 110101 10101111 101011 100001

Color Harmonies of #2F7771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7771

Black with #2F7771

Text Example


Text Example

White with #2F7771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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