Html Css Color HEX #2F7561 Genoa

📋 copy color: '#2F7561'

red 47 ◦ green 117 ◦ blue 97

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

Shades of Genoa #2F7561

Tints of Genoa #2F7561

RGB

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

 GREEN value IS 117 (46.09% from 255) = 44.83%

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

R = 18.01%
G = 44.83%
B = 37.16%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#2F7561 (or 0x2F7561) is known color: Genoa. HEX triplet: 2F, 75 and 61. RGB value is (47,117,97). Sum of RGB (Red+Green+Blue) = 47+117+97=261 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.01% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 117 - color contains mainly: green. Hex color #2F7561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7561 is #D08A9E. Grayscale: #5D5D5D. Windows color (decimal): -13666975 or 6386991. OLE color: 6386991.

HSL color Cylindrical-coordinate representation of color #2F7561: hue angle of 162.86º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F7561 is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB 47 117 97 -
CMYK 0.60 0 0.17 0.54
HSL 162.86º 0.43% 0.32% -
HSV(B) 162.86º 0.6% 0.46% -
XYZ 9.69 14.19 13.54 -
YUV 93.79 129.81 94.63 -
System Red Green Blue C M Y K H S L
Decimal 47 117 97 0.60 0 0.17 0.54 162.86 0.43 0.32
Hex 2F 75 61 3C 0 11 36 A3 2B 20
Octal 57 165 141 74 0 21 66 243 53 40
Binary 101111 1110101 1100001 111100 0 10001 110110 10100011 101011 100000

Color Harmonies of #2F7561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7561

Black with #2F7561

Text Example


Text Example

White with #2F7561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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