#2F8975

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

Shades of Genoa #2F8975

Tints of Genoa #2F8975

Color information

#2F8975 (or 0x2F8975) is unknown color: approx Genoa. HEX triplet: 2F, 89 and 75. RGB value is (47,137,117). Sum of RGB (Red+Green+Blue) = 47+137+117=301 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.61% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 137 - color contains mainly: green. Hex color #2F8975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8975 is #D0768A. Grayscale: #6B6B6B. Windows color (decimal): -13661835 or 7702831. OLE color: 7702831.

HSL color Cylindrical-coordinate representation of color #2F8975: hue angle of 166.67º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F8975 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB47137117-
CMYK0.6600.150.46
HSL166.67º48.91%36.08%-
HSV(B)166.67º65.69%53.73%-
XYZ13.3319.7819.95-
YUV107.81133.1884.63-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.61%
GREEN value IS 137 (53.91% from 255) = 45.51%
BLUE value IS 117 (46.09% from 255) = 38.87%
R=15.61%
G=45.51%
B=38.87%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal471371170.6600.150.46166.6748.9136.08
Hex2F8975420F2Ea73124
Octal57211165102017562476144
Binary10111110001001111010110000100111110111010100111110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,137,117); }

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

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

 a { background-color: rgb(47,137,117); }

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

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

 span { border-color: rgb(47,137,117); }

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