Html Css Color HEX #2F6E6C Genoa

📋 copy color: '#2F6E6C'

red 47 ◦ green 110 ◦ blue 108

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

Shades of Genoa #2F6E6C

Tints of Genoa #2F6E6C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 41.51%

 BLUE value IS 108 (42.58% from 255) = 40.75%

R = 17.74%
G = 41.51%
B = 40.75%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.02

 K value IS 0.57

RGB Variations

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

Color information

#2F6E6C (or 0x2F6E6C) is known color: Genoa. HEX triplet: 2F, 6E and 6C. RGB value is (47,110,108). Sum of RGB (Red+Green+Blue) = 47+110+108=265 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.74% from 265); Green value is 110 (43.36% from 255 or 41.51% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 110 - color contains mainly: green. Hex color #2F6E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6E6C is #D09193. Grayscale: #5A5A5A. Windows color (decimal): -13668756 or 7106095. OLE color: 7106095.

HSL color Cylindrical-coordinate representation of color #2F6E6C: hue angle of 178.1º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2F6E6C is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB 47 110 108 -
CMYK 0.57 0 0.02 0.57
HSL 178.1º 0.4% 0.31% -
HSV(B) 178.1º 0.57% 0.43% -
XYZ 9.45 12.84 16.17 -
YUV 90.94 137.63 96.66 -
System Red Green Blue C M Y K H S L
Decimal 47 110 108 0.57 0 0.02 0.57 178.1 0.4 0.31
Hex 2F 6E 6C 39 0 2 39 B2 28 1F
Octal 57 156 154 71 0 2 71 262 50 37
Binary 101111 1101110 1101100 111001 0 10 111001 10110010 101000 11111

Color Harmonies of #2F6E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6E6C

Black with #2F6E6C

Text Example


Text Example

White with #2F6E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,110,108); }

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

background-color css

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

 a { background-color: rgb(47,110,108); }

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

border-color css

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

 span { border-color: rgb(47,110,108); }

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