Html Css Color HEX #2F7060 Genoa

📋 copy color: '#2F7060'

red 47 ◦ green 112 ◦ blue 96

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

Shades of Genoa #2F7060

Tints of Genoa #2F7060

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.92%

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

R = 18.43%
G = 43.92%
B = 37.65%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#2F7060 (or 0x2F7060) is known color: Genoa. HEX triplet: 2F, 70 and 60. RGB value is (47,112,96). Sum of RGB (Red+Green+Blue) = 47+112+96=255 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.43% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 112 - color contains mainly: green. Hex color #2F7060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7060 is #D08F9F. Grayscale: #5A5A5A. Windows color (decimal): -13668256 or 6320175. OLE color: 6320175.

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

Color convert

RGB 47 112 96 -
CMYK 0.58 0 0.14 0.56
HSL 165.23º 0.41% 0.31% -
HSV(B) 165.23º 0.58% 0.44% -
XYZ 9.08 13.04 13.1 -
YUV 90.74 130.97 96.8 -
System Red Green Blue C M Y K H S L
Decimal 47 112 96 0.58 0 0.14 0.56 165.23 0.41 0.31
Hex 2F 70 60 3A 0 E 38 A5 29 1F
Octal 57 160 140 72 0 16 70 245 51 37
Binary 101111 1110000 1100000 111010 0 1110 111000 10100101 101001 11111

Color Harmonies of #2F7060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7060

Black with #2F7060

Text Example


Text Example

White with #2F7060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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