Html Css Color HEX #2F6F68 Genoa

📋 copy color: '#2F6F68'

red 47 ◦ green 111 ◦ blue 104

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

Shades of Genoa #2F6F68

Tints of Genoa #2F6F68

RGB

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

 GREEN value IS 111 (43.75% from 255) = 42.37%

 BLUE value IS 104 (41.02% from 255) = 39.69%

R = 17.94%
G = 42.37%
B = 39.69%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#2F6F68 (or 0x2F6F68) is known color: Genoa. HEX triplet: 2F, 6F and 68. RGB value is (47,111,104). Sum of RGB (Red+Green+Blue) = 47+111+104=262 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.94% from 262); Green value is 111 (43.75% from 255 or 42.37% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 111 - color contains mainly: green. Hex color #2F6F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6F68 is #D09097. Grayscale: #5B5B5B. Windows color (decimal): -13668504 or 6844207. OLE color: 6844207.

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

Color convert

RGB 47 111 104 -
CMYK 0.58 0 0.06 0.56
HSL 173.44º 0.41% 0.31% -
HSV(B) 173.44º 0.58% 0.44% -
XYZ 9.36 12.97 15.11 -
YUV 91.07 135.3 96.57 -
System Red Green Blue C M Y K H S L
Decimal 47 111 104 0.58 0 0.06 0.56 173.44 0.41 0.31
Hex 2F 6F 68 3A 0 6 38 AD 29 1F
Octal 57 157 150 72 0 6 70 255 51 37
Binary 101111 1101111 1101000 111010 0 110 111000 10101101 101001 11111

Color Harmonies of #2F6F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6F68

Black with #2F6F68

Text Example


Text Example

White with #2F6F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,111,104); }

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

background-color css

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

 a { background-color: rgb(47,111,104); }

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

border-color css

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

 span { border-color: rgb(47,111,104); }

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