#2F8268

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

Shades of Genoa #2F8268

Tints of Genoa #2F8268

Color information

#2F8268 (or 0x2F8268) is unknown color: approx Genoa. HEX triplet: 2F, 82 and 68. RGB value is (47,130,104). Sum of RGB (Red+Green+Blue) = 47+130+104=281 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.73% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 130 - color contains mainly: green. Hex color #2F8268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8268 is #D07D97. Grayscale: #666666. Windows color (decimal): -13663640 or 6849071. OLE color: 6849071.

HSL color Cylindrical-coordinate representation of color #2F8268: hue angle of 161.2º 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 #2F8268 is Cyan = 0.64, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB47130104-
CMYK0.6400.20.49
HSL161.2º46.89%34.71%-
HSV(B)161.2º63.85%50.98%-
XYZ11.6517.5715.87-
YUV102.2212988.61-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.73%
GREEN value IS 130 (51.17% from 255) = 46.26%
BLUE value IS 104 (41.02% from 255) = 37.01%
R=16.73%
G=46.26%
B=37.01%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal471301040.6400.20.49161.246.8934.71
Hex2F82684001431a12f23
Octal57202150100024612415743
Binary101111100000101101000100000001010011000110100001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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