#2F6D65

Color #2F6D65 Genoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Genoa #2F6D65

Tints of Genoa #2F6D65

Color information

#2F6D65 (or 0x2F6D65) is unknown color: approx Genoa. HEX triplet: 2F, 6D and 65. RGB value is (47,109,101). Sum of RGB (Red+Green+Blue) = 47+109+101=257 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.29% from 257); Green value is 109 (42.97% from 255 or 42.41% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 109 - color contains mainly: green. Hex color #2F6D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6D65 is #D0929A. Grayscale: #595959. Windows color (decimal): -13669019 or 6647087. OLE color: 6647087.

HSL color Cylindrical-coordinate representation of color #2F6D65: hue angle of 172.26º 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 #2F6D65 is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.

Color convert

RGB47109101-
CMYK0.5700.070.57
HSL172.26º39.74%30.59%-
HSV(B)172.26º56.88%42.75%-
XYZ8.9912.4814.25-
YUV89.55134.4697.65-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.29%
GREEN value IS 109 (42.97% from 255) = 42.41%
BLUE value IS 101 (39.84% from 255) = 39.30%
R=18.29%
G=42.41%
B=39.30%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal471091010.5700.070.57172.2639.7430.59
Hex2F6D65390739ac281f
Octal571551457107712545037
Binary1011111101101110010111100101111110011010110010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F6D65;
 }
 .AnyTagClassName
 {
   color: #2F6D65;
 }
</style>
background-color css

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

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

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

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

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

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