#2FA286

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

Shades of Gossamer #2FA286

Tints of Gossamer #2FA286

Color information

#2FA286 (or 0x2FA286) is unknown color: approx Gossamer. HEX triplet: 2F, A2 and 86. RGB value is (47,162,134). Sum of RGB (Red+Green+Blue) = 47+162+134=343 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.70% from 343); Green value is 162 (63.67% from 255 or 47.23% from 343); Blue value is 134 (52.73% from 255 or 39.07% from 343); Max value from RGB is 162 - color contains mainly: green. Hex color #2FA286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FA286 is #D05D79. Grayscale: #7C7C7C. Windows color (decimal): -13655418 or 8823343. OLE color: 8823343.

HSL color Cylindrical-coordinate representation of color #2FA286: hue angle of 165.39º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2FA286 is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB47162134-
CMYK0.7100.170.36
HSL165.39º55.02%40.98%-
HSV(B)165.39º70.99%63.53%-
XYZ18.428.1727.02-
YUV124.42133.472.78-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.70%
GREEN value IS 162 (63.67% from 255) = 47.23%
BLUE value IS 134 (52.73% from 255) = 39.07%
R=13.70%
G=47.23%
B=39.07%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal471621340.7100.170.36165.3955.0240.98
Hex2FA2864701124a53729
Octal57242206107021442456751
Binary1011111010001010000110100011101000110010010100101110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,162,134); }

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

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

 a { background-color: rgb(47,162,134); }

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

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

 span { border-color: rgb(47,162,134); }

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