Html Css Color HEX #2F7165 Genoa

📋 copy color: '#2F7165'

red 47 ◦ green 113 ◦ blue 101

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

Shades of Genoa #2F7165

Tints of Genoa #2F7165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 38.7%

R = 18.01%
G = 43.3%
B = 38.7%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#2F7165 (or 0x2F7165) is known color: Genoa. HEX triplet: 2F, 71 and 65. RGB value is (47,113,101). Sum of RGB (Red+Green+Blue) = 47+113+101=261 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.01% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 101 (39.84% from 255 or 38.70% from 261); Max value from RGB is 113 - color contains mainly: green. Hex color #2F7165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7165 is #D08E9A. Grayscale: #5B5B5B. Windows color (decimal): -13667995 or 6648111. OLE color: 6648111.

HSL color Cylindrical-coordinate representation of color #2F7165: hue angle of 169.09º 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 #2F7165 is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 47 113 101 -
CMYK 0.58 0 0.11 0.56
HSL 169.09º 0.41% 0.31% -
HSV(B) 169.09º 0.58% 0.44% -
XYZ 9.43 13.35 14.39 -
YUV 91.9 133.13 95.98 -
System Red Green Blue C M Y K H S L
Decimal 47 113 101 0.58 0 0.11 0.56 169.09 0.41 0.31
Hex 2F 71 65 3A 0 B 38 A9 29 1F
Octal 57 161 145 72 0 13 70 251 51 37
Binary 101111 1110001 1100101 111010 0 1011 111000 10101001 101001 11111

Color Harmonies of #2F7165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7165

Black with #2F7165

Text Example


Text Example

White with #2F7165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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