Html Css Color HEX #2F7160 Genoa

📋 copy color: '#2F7160'

red 47 ◦ green 113 ◦ blue 96

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

Shades of Genoa #2F7160

Tints of Genoa #2F7160

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.14%

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

R = 18.36%
G = 44.14%
B = 37.5%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#2F7160 (or 0x2F7160) is known color: Genoa. HEX triplet: 2F, 71 and 60. RGB value is (47,113,96). Sum of RGB (Red+Green+Blue) = 47+113+96=256 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.36% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 113 - color contains mainly: green. Hex color #2F7160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7160 is #D08E9F. Grayscale: #5B5B5B. Windows color (decimal): -13668000 or 6320431. OLE color: 6320431.

HSL color Cylindrical-coordinate representation of color #2F7160: hue angle of 164.55º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F7160 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 47 113 96 -
CMYK 0.58 0 0.15 0.56
HSL 164.55º 0.41% 0.31% -
HSV(B) 164.55º 0.58% 0.44% -
XYZ 9.19 13.26 13.14 -
YUV 91.33 130.63 96.38 -
System Red Green Blue C M Y K H S L
Decimal 47 113 96 0.58 0 0.15 0.56 164.55 0.41 0.31
Hex 2F 71 60 3A 0 F 38 A5 29 1F
Octal 57 161 140 72 0 17 70 245 51 37
Binary 101111 1110001 1100000 111010 0 1111 111000 10100101 101001 11111

Color Harmonies of #2F7160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7160

Black with #2F7160

Text Example


Text Example

White with #2F7160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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