#2F8270

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

Shades of Genoa #2F8270

Tints of Genoa #2F8270

Color information

#2F8270 (or 0x2F8270) is unknown color: approx Genoa. HEX triplet: 2F, 82 and 70. RGB value is (47,130,112). Sum of RGB (Red+Green+Blue) = 47+130+112=289 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.26% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 130 - color contains mainly: green. Hex color #2F8270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8270 is #D07D8F. Grayscale: #676767. Windows color (decimal): -13663632 or 7373359. OLE color: 7373359.

HSL color Cylindrical-coordinate representation of color #2F8270: hue angle of 166.99º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F8270 is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB47130112-
CMYK0.6400.140.49
HSL166.99º46.89%34.71%-
HSV(B)166.99º63.85%50.98%-
XYZ12.0817.7418.12-
YUV103.1313387.96-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.26%
GREEN value IS 130 (51.17% from 255) = 44.98%
BLUE value IS 112 (44.14% from 255) = 38.75%
R=16.26%
G=44.98%
B=38.75%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal471301120.6400.140.49166.9946.8934.71
Hex2F8270400E31a72f23
Octal57202160100016612475743
Binary10111110000010111000010000000111011000110100111101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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